[Patches] [ python-Patches-444359 ] Remove unused imports

noreply@sourceforge.net noreply@sourceforge.net
Wed, 25 Jul 2001 07:40:27 -0700


Patches item #444359, was opened at 2001-07-24 23:16
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=444359&group_id=5470

Category: library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove unused imports

Initial Comment:
This patch removes a number of unneeded import 
statements from the standard library.


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-07-25 07:40

Message:
Logged In: YES 
user_id=21627

Yes, I've checked them all; I still may have made a mistake.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-07-25 07:20

Message:
Logged In: YES 
user_id=6380

Note: pychecker sometimes lies about unised imports,
e.g. when the import is only used during module
initialization.  Did
you check that these are really unneeded?

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=444359&group_id=5470