]> granicus.if.org Git - python/commit
Save the whole of sys.modules instead of using an import tracker.
authorGeorg Brandl <georg@python.org>
Sun, 20 Jul 2008 23:18:55 +0000 (23:18 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Jul 2008 23:18:55 +0000 (23:18 +0000)
commitfa267829e7a68b7c8c0814108094a0fb6437ff8d
treedba4e5371fa8c2b1355522dac002ed7327f6d473
parentbe3ff9cdc976e09834d1fe696803b837798c28af
Save the whole of sys.modules instead of using an import tracker.
This, when merged to py3k, will fix the spurious buildbot failure
in test_urllib2 ("<urlopen error unknown url type: do>").
Lib/test/test_importhooks.py