[ python-Bugs-1205544 ] urllib has spurious print statement

SourceForge.net noreply at sourceforge.net
Wed Jun 1 09:41:36 CEST 2005


Bugs item #1205544, was opened at 2005-05-20 10:26
Message generated for change (Comment added) made by drcw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1205544&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.4
Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: Stuart Wray (drcw)
Assigned to: Nobody/Anonymous (nobody)
Summary: urllib has spurious print statement

Initial Comment:
In Python 2.4.1, the procedure getproxies_environment()
in urllib.py has a spurious print statement on line 1188:

    print proxies

This was presumably used for testing, but not commented
out.


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

>Comment By: Stuart Wray (drcw)
Date: 2005-06-01 07:41

Message:
Logged In: YES 
user_id=1282179

Oh, how embarasing. Sorry to waste your time.

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

Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-05-31 08:23

Message:
Logged In: YES 
user_id=1188172

I can't find this line of code in urllib.py in the 2.4,
2.4.1, or 2.3.5 releases. Are you sure you didn't add it for
testing?

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

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


More information about the Python-bugs-list mailing list