]> granicus.if.org Git - python/commit
#9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 25 Jun 2010 10:56:11 +0000 (10:56 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 25 Jun 2010 10:56:11 +0000 (10:56 +0000)
commit5a3ef5b22af607666111c76764db0efffbef82be
tree68e3601264f88350017f6bd0a77c9b46b0237e52
parent6186bfb735c90c22035d8b29a0e97ae39bd12d5b
#9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes.
Doc/library/os.path.rst
Lib/macpath.py
Lib/ntpath.py
Lib/os2emxpath.py
Lib/posixpath.py
Lib/test/test_genericpath.py
Misc/NEWS