[issue4191] urlparse normalize URL path

2009-02-18 Thread Daniel Diniz
Daniel Diniz added the comment: Thanks Senthil! -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue4191] urlparse normalize URL path

2009-02-17 Thread Senthil
Senthil added the comment: Please close this, Daniel. ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue4191] urlparse normalize URL path

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue4191] urlparse normalize URL path

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Will close soon if nobody is against it. -- nosy: +ajaksu2, jjlee ___ Python tracker ___ ___ Python-bu

[issue4191] urlparse normalize URL path

2008-11-13 Thread Senthil
Senthil <[EMAIL PROTECTED]> added the comment: This report almost seems like a bug with urlparse, but it is not. We have to consider certain cases here. 1) First of all, we cannot equate urlparsing, urlsplit, urljoin with path normalization provided by posixpath.normalize. The reason is the url

[issue4191] urlparse normalize URL path

2008-10-24 Thread monk.e.boy
New submission from monk.e.boy <[EMAIL PROTECTED]>: Hi, The way urljoin works is a bit funky, equivalent paths do not get cleaned in a consistent way: import urlparse import posixpath print urlparse.urljoin('http://www.example.com', '///') print urlparse.urljoin('http://www.example.com/', '