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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 02 Aug 2001 00:16:03 -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: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Martin v. Löwis (loewis)
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-08-02 00:16

Message:
Logged In: YES 
user_id=21627

I have committed it now.

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-08-01 15:37

Message:
Logged In: YES 
user_id=6380

I think MvL still needs to check them in.  Go ahead, Martin!

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

Comment By: Jeremy Hylton (jhylton)
Date: 2001-08-01 15:23

Message:
Logged In: YES 
user_id=31392

Can this be closed?


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

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