]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Lib/linecache.py: don't crash on empty filename
authorGuido van Rossum <guido@python.org>
Tue, 23 Aug 1994 13:32:20 +0000 (13:32 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Aug 1994 13:32:20 +0000 (13:32 +0000)
commit7aeb4b9ce85fa9d15c79bbb3c1ccf6cc31cd5e61
tree4dc519fdd727cc179d5b884ae117871ec02695eb
parent9e1e149a5fbb0b24c4f3b7a2cc52e5236a715ee4
* Lib/linecache.py: don't crash on empty filename
* Lib/macpath.py: don't return trailing colon for dirname()
(XXX won't do for volume names -- but otherwise glob(':*:*.py')
loops forever)
* Lib/traceback.py: print SyntaxError correctly
* Lib/stat.py: moved to posixstat.py; added macstat.py which has
the constants for the Mac; and created new stat.py which includes
the right one
* Lib/urllib.py: fix caching bug (by disabling the cache)
Lib/linecache.py
Lib/macpath.py
Lib/macstat.py [new file with mode: 0755]
Lib/stat.py
Lib/traceback.py
Lib/urllib.py