[Patches] [ python-Patches-486079 ] poplib contains unuseable code

noreply@sourceforge.net noreply@sourceforge.net
Wed, 05 Dec 2001 05:30:30 -0800


Patches item #486079, was opened at 2001-11-27 09:34
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=486079&group_id=5470

Category: None
Group: Python 2.3
Status: Open
Resolution: Later
Priority: 5
Submitted By: Jon Nelson (jnelson)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: poplib contains unuseable code

Initial Comment:
poplib contains a number of debugging statements, quite
useful for debugging, which are turned on via the
set_debuglevel function.  However, all of the debug
statements have been commented out, making it
impossible to debug properly.  Included is a patch
which uncomments the commented code, but does *not*
change default behavior. However, if someone issues the
set_debuglevel(int N) function, then debugging works,
just like the documentation and logic says it should.



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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-12-05 05:30

Message:
Logged In: YES 
user_id=6380

Are we sure this isn't a bugfix?

OTOH, the patch file got lost.

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

Comment By: Tim Peters (tim_one)
Date: 2001-11-27 12:10

Message:
Logged In: YES 
user_id=31435

Recategorized this as a patch.  Note that it won't be 
considered for 2.2 (too late).

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

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