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 gregory.p.smith
Recipients facundobatista, gregory.p.smith, orsenthil, weijie90
Date 2008-08-17.22:38:06
SpamBayes Score 0.0015849005
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
i was pondering if it should go in urlparse instead.  if it did, i think
it should be part of urlparse.urlunparse to ensure that there is always
a trailing slash after the host:port regardless of what the inputs are.

anyways, agreed, this fixes this specific bug.  should it be backported
to release25-maint?
History
Date User Action Args
2008-08-17 22:38:07gregory.p.smithsetrecipients: + gregory.p.smith, facundobatista, orsenthil, weijie90
2008-08-17 22:38:07gregory.p.smithsetmessageid: <[email protected]>
2008-08-17 22:38:06gregory.p.smithlinkissue2464 messages
2008-08-17 22:38:06gregory.p.smithcreate