[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2019-04-10 Thread STINNER Victor
STINNER Victor added the comment: > Sorry, I meant fixed in revision 72351. Commit in Git: commit 690ce9b353bc0a86d0886470adbaa50e813de3b8 Author: Senthil Kumaran Date: Tue May 5 18:41:13 2009 + Fix for issue1153027, making Py3k changes similar to fix in issue918368. This

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-05-05 Thread Senthil
Senthil orsent...@gmail.com added the comment: Fixed in the Revision 43132. -- assignee: - orsenthil nosy: +orsenthil resolution: - fixed stage: test needed - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-05-05 Thread Senthil
Senthil orsent...@gmail.com added the comment: fixed in revision 43132 ( smaller 'r' for the roundup to auto-hyperlink). :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027 ___

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-05-05 Thread Senthil
Changes by Senthil orsent...@gmail.com: -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027 ___ ___ Python-bugs-list mailing list

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-05-05 Thread Senthil
Senthil orsent...@gmail.com added the comment: Sorry, I meant fixed in revision 72351. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027 ___

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +easy -patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027 ___ ___ Python-bugs-list

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-03-28 Thread Jeremy Hylton
Changes by Jeremy Hylton jer...@alum.mit.edu: -- nosy: +jhylton ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027 ___ ___ Python-bugs-list

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027 ___ ___

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- versions: +Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027 ___ ___ Python-bugs-list

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-02-09 Thread Rob Probin
Rob Probin rob...@users.sourceforge.net added the comment: Appears to be the same as issue 918368 -- nosy: +robzed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027 ___

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-02-09 Thread John J Lee
John J Lee jj...@users.sourceforge.net added the comment: This bug refers to urllib2. Issue 918368 refers to urllib. It's the same problem in each case, though. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1153027

[issue1153027] http_error_302() crashes with 'HTTP/1.1 400 Bad Request

2009-02-08 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: As always with urllib, the fix is trivial but adding a test is hard. -- keywords: +patch nosy: +ajaksu2 versions: +Python 2.7 -Python 2.4 Added file: http://bugs.python.org/file12989/302_with_spaces.diff