]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* posixpath.py: Fix border cases in normpath ('/foo/..' should return '/')
authorGuido van Rossum <guido@python.org>
Tue, 6 Jul 1993 15:19:36 +0000 (15:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 Jul 1993 15:19:36 +0000 (15:19 +0000)
commitdf5638662d95c08d48da0ac236dec4e44e93874e
treeeecddf3bcbd5da4f4a5a922a577500f3ab4095db
parentf1dc56632881fe4e5beed047580bf927679f3669
* 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
Lib/ftplib.py
Lib/irix5/FL.py
Lib/plat-irix5/FL.py
Lib/posixpath.py