[Python-Dev] regrtest.py mystery (original) (raw)

Barry A. Warsaw barry@zope.com
Mon, 17 Dec 2001 10:45:36 -0500


"M" == M <mal@lemburg.com> writes:

M> Rather than "fixing" the encodings package, I'd rather suggest
M> to fix the unload procedure in the test suite.

Featurette request for Python 2.3: a builtin unload() which Does The Right Thing to unload a module, or raise an exception if the module cannot be unloaded. Lots and lots of applications would find this useful.

-Barry