commit | 23016276b6a977c3620aaa1e7ff7d0e3b2a659d4 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Oct 27 22:57:25 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Oct 27 22:57:25 2009 +0000 |
tree | 08ad079ff92b4055c9c5b53a1ed85fa5fc0198a5 | |
parent | a8507d59db7bd9ee4a2b8dda95e27212832fbbb2 [diff] |
Merged revisions 75887 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75887 | georg.brandl | 2009-10-27 23:56:09 +0100 (Di, 27 Okt 2009) | 1 line Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode. ........