]> granicus.if.org Git - python/commit
* Silence a test failure that resulted when test_site was run by
authorRaymond Hettinger <python@rcn.com>
Sun, 27 Jun 2004 03:02:18 +0000 (03:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 27 Jun 2004 03:02:18 +0000 (03:02 +0000)
commitebd95222bf732f78b3a443d57d00174fbee8904e
tree66b00eca80991224e00b7d30d2e5c5045e14300b
parenta006c37472ccca46edf6b138a386ff100c621a80
* Silence a test failure that resulted when test_site was run by
  regrtest.py after it ran test_frozen.  This test was really only
  designed to be run immediately after startup.  Afterwards, other
  modules could be loaded when had not been fixed-up by site.py
  Took the chicken way out and only tested those modules known to
  be imported by site.py.

* Normalized whitespace.
Lib/test/test_site.py