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 ezio.melotti
Recipients Alexandru.Moșoi, ezio.melotti, orsenthil, techtonik, vstinner
Date 2012-10-15.14:49:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350312547.88.0.446842918186.issue10836@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is in open_local_file (Lib/urllib/request.py:1885).  It passes 3 arguments to URLError, but the constructor only accepts 2: reason and filename (Lib/urllib/error.py:29).
This used to be an IOError when urllib was a single module rather than a package.
History
Date User Action Args
2012-10-15 14:49:07ezio.melottisetrecipients: + ezio.melotti, orsenthil, vstinner, techtonik, Alexandru.Moșoi
2012-10-15 14:49:07ezio.melottisetmessageid: <1350312547.88.0.446842918186.issue10836@psf.upfronthosting.co.za>
2012-10-15 14:49:07ezio.melottilinkissue10836 messages
2012-10-15 14:49:07ezio.melotticreate