]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed bug in _fileio.c and test_pep277. On Windows IOError.filename was not set becau...
authorChristian Heimes <christian@cheimes.de>
Wed, 31 Oct 2007 19:20:48 +0000 (19:20 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 31 Oct 2007 19:20:48 +0000 (19:20 +0000)
commit0b48954cd856e0391acefb6355a4ab98e5f7b3c0
tree7b319d76842c39d422c1f7fc0055e46b4f834b30
parent6ae5d7f2a132aa9690bfb59b8eebcc1fb7c792c8
Fixed bug in _fileio.c and test_pep277. On Windows IOError.filename was not set because the name is stored in widename.
Modules/_fileio.c