]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- _filename_to_abs() didn't cater for .. components in the pathname. Fixed.
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 19 Jun 2001 21:23:11 +0000 (21:23 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 19 Jun 2001 21:23:11 +0000 (21:23 +0000)
commit9020bcebc875463f1acec1b14949db35e1e68ad6
tree93a1d063ab3655d4348a97f8fe764fda35f2ddcd
parent97df7b61f2873ad78760efd5c0ce182ef07be9ee
- _filename_to_abs() didn't cater for .. components in the pathname. Fixed.
- compile() didn't return a (empty) list of objects. Fixed.
- the various _fix_xxx_args() methods weren't called (are they new or did I overlook them?). Fixed.
Lib/distutils/mwerkscompiler.py