]> granicus.if.org Git - python/commit
I'm only backporting the tests (which run fine), as well as
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 10 Nov 2010 14:01:16 +0000 (14:01 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 10 Nov 2010 14:01:16 +0000 (14:01 +0000)
commitcb4f9298123f1cfbbe1bdeddfbbadd2aa448140b
tree8a6afeea1631cc310056f183984f0298c0dc3db2
parent0a69b856d56860e2dce0ae58e65de57c58a95763
I'm only backporting the tests (which run fine), as well as
a shortened version of Lib/test/script_helper.py.

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.
........
Lib/test/script_helper.py [new file with mode: 0644]
Lib/test/test_warnings.py
Misc/NEWS