[Python-bugs-list] [ python-Bugs-486079 ] poplib contains unuseable code

noreply@sourceforge.net noreply@sourceforge.net
Tue, 27 Nov 2001 09:34:03 -0800


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

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jon Nelson (jnelson)
Assigned to: Nobody/Anonymous (nobody)
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.



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

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