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 elachuni
Recipients elachuni, pk
Date 2008-06-21.17:31:15
SpamBayes Score 0.03754147
Marked as misclassified No
Message-id <1214069477.6.0.816504903553.issue2569@psf.upfronthosting.co.za>
In-reply-to
Content
In http://bugs.python.org/issue754016 there's already a discussion about
this.
The RFC that urlparse is following (rfc 1808) requires the net_loc
component to start with // even if the scheme component is missing,
which is why urlparse("www","http") puts the 'www' in to the path
component instead of net_loc.

It seems that this is indeed the intended behavior, and the patch for
issue 754016 adds a docfix clarifying this.
History
Date User Action Args
2008-06-21 17:31:17elachunisetspambayes_score: 0.0375415 -> 0.03754147
recipients: + elachuni, pk
2008-06-21 17:31:17elachunisetspambayes_score: 0.0375415 -> 0.0375415
messageid: <1214069477.6.0.816504903553.issue2569@psf.upfronthosting.co.za>
2008-06-21 17:31:17elachunilinkissue2569 messages
2008-06-21 17:31:16elachunicreate