[issue4191] urlparse normalize URL path

2009-02-18 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Thanks Senthil! -- status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4191 ___

[issue4191] urlparse normalize URL path

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- priority: - low status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4191 ___ ___

[issue4191] urlparse normalize URL path

2009-02-17 Thread Senthil
Senthil orsent...@gmail.com added the comment: Please close this, Daniel. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4191 ___ ___ Python-bugs-list

[issue4191] urlparse normalize URL path

2009-02-12 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Will close soon if nobody is against it. -- nosy: +ajaksu2, jjlee ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4191 ___

[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/',