commit | 8efccfdfd17ce2aaf176f7462cf8086e1282b985 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Thu Oct 30 21:52:43 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Thu Oct 30 21:52:43 2008 +0000 |
tree | 2559f3e8554b71a73269138060069798e6cfe6de | |
parent | c353ea795c6850d85e29849e763e83382df4e3e2 [diff] |
Merged revisions 67052 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67052 | christian.heimes | 2008-10-30 22:26:15 +0100 (Thu, 30 Oct 2008) | 1 line Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. ........