]> granicus.if.org Git - python/commit
#3426: os.path.abspath now returns unicode when its arg is unicode.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 20 Feb 2010 08:09:39 +0000 (08:09 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 20 Feb 2010 08:09:39 +0000 (08:09 +0000)
commit4cc80ca921b4f6bce11bd7eec8bc6b561aa9f524
tree9951e02d8dec6e305ab5fa184b93c9d0e534eea5
parent61afd2694bf6bff8c65a392aaf27c575d92b7eb9
#3426: os.path.abspath now returns unicode when its arg is unicode.
Lib/macpath.py
Lib/ntpath.py
Lib/os2emxpath.py
Lib/posixpath.py
Lib/test/test_macpath.py
Lib/test/test_ntpath.py
Lib/test/test_posixpath.py
Misc/NEWS