commit | 4738470402eff47379672a45fa5eb447461b38a0 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Wed Apr 22 16:13:36 2009 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Wed Apr 22 16:13:36 2009 +0000 |
tree | d3005b480b6ecfd432d264e1526d5419c50c2938 | |
parent | ae9b6ad91ea3bf561c8d0d222f3e1df85baeedea [diff] |
Merged revisions 71799 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71799 | nick.coghlan | 2009-04-23 01:26:04 +1000 (Thu, 23 Apr 2009) | 1 line Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation) ........