mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
* posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')
* ftplib.py: made cwd() use 'CDUP' when dirname is '..' * FL.py: added new constant FL_PLACE_FULLSCREEN
This commit is contained in:
parent
f1dc566328
commit
df5638662d
4 changed files with 14 additions and 6 deletions
|
@ -27,6 +27,7 @@ PLACE_ASPECT = 2
|
|||
PLACE_MOUSE = 3
|
||||
PLACE_CENTER = 4
|
||||
PLACE_POSITION = 5
|
||||
FL_PLACE_FULLSCREEN = 6
|
||||
FIND_INPUT = 0
|
||||
FIND_AUTOMATIC = 1
|
||||
FIND_MOUSE = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue