]> granicus.if.org Git - python/commit
On windows, os.chdir given unicode was not working if GetCurrentDirectoryW
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 9 Oct 2008 10:00:30 +0000 (10:00 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 9 Oct 2008 10:00:30 +0000 (10:00 +0000)
commit10a018c285219b42d8a1cc972acf9e440a979106
tree26c335c24e9f07aab0872471482f38f5b03e4156
parentfc72de7bca50d6757bf4e920e668bb0e8da2f4fa
On windows, os.chdir given unicode was not working if GetCurrentDirectoryW
returned a path longer than MAX_PATH. (But It's doubtful this code path is
really executed because I cannot move to such directory on win2k)
Misc/NEWS
Modules/posixmodule.c