[Patches] [Patch #102498] imputil.py: uninstall method & import of .pyc-files

noreply@sourceforge.net noreply@sourceforge.net
Thu, 04 Jan 2001 17:37:25 -0800


Patch #102498 has been updated. 

Project: python
Category: Modules
Status: Open
Submitted by: nobody
Assigned to : gvanrossum
Summary: imputil.py: uninstall method & import of .pyc-files

Follow-Ups:

Date: 2001-Jan-04 17:37
By: gstein

Comment:
The uninstall seems fine, but conversations with Guido (a while back on
python-dev) indicated that importing a .pyc without a corresponding .py
were going to be "frowned upon". Thus, the second part of this patch (the
.pyc importer) should be tossed.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102498&group_id=5470