commit | 9c9e1b97866bad0b41712b8d61c686125dbc77c9 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 10 14:03:31 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 10 14:03:31 2010 +0000 |
tree | 47f395010a4c1fd6d054750b66b914c9f3f2d9b4 | |
parent | ae93389e0ac400924a5b196c3b0d7633104e9637 [diff] |
I'm only backporting the tests here. Merged revisions 86395 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86395 | antoine.pitrou | 2010-11-10 14:55:25 +0100 (mer., 10 nov. 2010) | 4 lines Issue #10372: Import the warnings module only after the IO library is initialized, so as to avoid bootstrap issues with the '-W' option. ........