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 eric.araujo, ezio.melotti, ivan_herman, orsenthil
Date 2012-05-07.16:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336409385.86.0.158927587395.issue14072@psf.upfronthosting.co.za>
In-reply-to
Content
> In the patch I'm assuming that the port number can only contain ascii digits

RFC 3986 [0] defines the port as
   port          = *DIGIT
and part of the "authority" [1] as
   authority     = [ userinfo "@" ] host [ ":" port ]
   userinfo      = *( unreserved / pct-encoded / sub-delims / ":" )
   host          = IP-literal / IPv4address / reg-name
   port          = *DIGIT
so my assumption should be correct.

[0]: http://tools.ietf.org/html/rfc3986#section-3.2.3
[1]: http://tools.ietf.org/html/rfc3986#appendix-A
History
Date User Action Args
2012-05-07 16:49:45ezio.melottisetrecipients: + ezio.melotti, orsenthil, eric.araujo, ivan_herman
2012-05-07 16:49:45ezio.melottisetmessageid: <1336409385.86.0.158927587395.issue14072@psf.upfronthosting.co.za>
2012-05-07 16:49:45ezio.melottilinkissue14072 messages
2012-05-07 16:49:45ezio.melotticreate