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 orsenthil
Recipients orsenthil, r.david.murray
Date 2010-10-11.06:32:23
SpamBayes Score 1.7313372e-05
Marked as misclassified No
Message-id <20101011063213.GB6783@remy>
In-reply-to <1286725781.22.0.398775772043.issue10063@psf.upfronthosting.co.za>
Content
On Sun, Oct 10, 2010 at 03:49:42PM +0000, R. David Murray wrote:
> Does it also need a deprecation cycle?

I think, adding a deprecation cycle might just delay this change.
So, I would prefer if we make it in the 3.2 itself.

- This is not a user-facing API change and I did not see any
  references where people relied upon this behavior. (No bugs / usage
  cases)
- It is actually a bug, because one may not be sure if the ftp service
  is running the machine in the first place and user may not intend
  that ftp service be used for accessing local resources.

We had python-dev discussion on this sometime back when fixing another
bug and conclusion was that we raise a ValueError when file:// scheme
was used in non-local url. Instead of ValueError, I think the generic
URLError is okay too.
History
Date User Action Args
2010-10-11 06:32:27orsenthilsetrecipients: + orsenthil, r.david.murray
2010-10-11 06:32:25orsenthillinkissue10063 messages
2010-10-11 06:32:23orsenthilcreate