[issue2195] urlparse() does not handle URLs with port numbers properly

2008-07-02 Thread Facundo Batista
Facundo Batista <[EMAIL PROTECTED]> added the comment: Duplicate of the #754016 one. -- nosy: +facundobatista resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue2195] urlparse() does not handle URLs with port numbers properly

2008-04-12 Thread Daniel Diniz
Daniel Diniz <[EMAIL PROTECTED]> added the comment: Discussed in #754016 -- nosy: +ajaksu2 versions: +Python 2.6 -Python 2.5 __ Tracker <[EMAIL PROTECTED]> __ _

[issue2195] urlparse() does not handle URLs with port numbers properly

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> georg.brandl nosy: +georg.brandl priority: -> normal __ Tracker <[EMAIL PROTECTED]> __

[issue2195] urlparse() does not handle URLs with port numbers properly

2008-02-29 Thread Gawain Bolton
Gawain Bolton added the comment: On the contrary, RFC 1738 does mention the port number in section 3.1. Common Internet Scheme Syntax: While the syntax for the rest of the URL may vary depending on the particular scheme selected, URL schemes that involve the direct use of an IP-based p

[issue2195] urlparse() does not handle URLs with port numbers properly

2008-02-27 Thread Senthil
Senthil added the comment: I don't think this is a valid issue. If you browse through the RFC 1808 you will find that. 1) For net_loc information it refers to a broad section 1738 and we wont specifically find any information on port number in that. 2) But, have a look at the BNF Representation o

[issue2195] urlparse() does not handle URLs with port numbers properly

2008-02-27 Thread Χρήστος Γεωργίου (Christos Georgiou)
Χρήστος Γεωργίου (Christos Georgiou) added the comment: RFC1808 §2.1 suggests a generic RL syntax that specifies '://' as the separator, so Gawain's suggestion makes practical sense. However, also as Gawain says, the RFC specifies that '//' is considered as the first part of a "net_path" and is n

[issue2195] urlparse() does not handle URLs with port numbers properly

2008-02-26 Thread Gawain Bolton
Changes by Gawain Bolton: -- title: urlparse() -> urlparse() does not handle URLs with port numbers properly __ Tracker <[EMAIL PROTECTED]> __ _