mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added XXX remarks.
This commit is contained in:
parent
7df0c16b61
commit
52acae65d7
2 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
# HVSplit contains generic code for HSplit and VSplit.
|
||||
# HSplit and VSplit are specializations to either dimension.
|
||||
|
||||
# XXX This does not yet stretch/shrink children if there is too much
|
||||
# XXX or too little space in the split dimension.
|
||||
# XXX (NB There is no interface to ask children for stretch preferences.)
|
||||
|
||||
from Split import Split
|
||||
|
||||
class HVSplit() = Split():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue