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.

Author Dmitry.Jemerov
Recipients Dmitry.Jemerov, ezio.melotti
Date 2010-03-13.20:52:51
SpamBayes Score 0.07659145
Marked as misclassified No
Message-id <1268513574.41.0.284221323241.issue8123@psf.upfronthosting.co.za>
In-reply-to
Content
from urllib.request import *

opener = FancyURLopener()
opener.retrieve("http://username:password@google.com/index.html", "index.html")
History
Date User Action Args
2010-03-13 20:52:54Dmitry.Jemerovsetrecipients: + Dmitry.Jemerov, ezio.melotti
2010-03-13 20:52:54Dmitry.Jemerovsetmessageid: <1268513574.41.0.284221323241.issue8123@psf.upfronthosting.co.za>
2010-03-13 20:52:51Dmitry.Jemerovlinkissue8123 messages
2010-03-13 20:52:51Dmitry.Jemerovcreate