This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: urllib has spurious print statement
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: drcw, georg.brandl
Priority: normal Keywords:

Created on 2005-05-20 10:26 by drcw, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg25387 - (view) Author: Stuart Wray (drcw) Date: 2005-05-20 10:26
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.
msg25388 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-05-31 08:23
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?
msg25389 - (view) Author: Stuart Wray (drcw) Date: 2005-06-01 07:41
Logged In: YES 
user_id=1282179

Oh, how embarasing. Sorry to waste your time.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 41998
2005-05-20 10:26:28drcwcreate