[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 will

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

2009-05-05 Thread Senthil
Senthil added the comment: Sorry, I meant fixed in revision 72351. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

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

2009-05-05 Thread Senthil
Changes by Senthil : -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/option

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

2009-05-05 Thread Senthil
Senthil added the comment: fixed in revision 43132 ( smaller 'r' for the roundup to auto-hyperlink). :) -- ___ Python tracker ___ _

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

2009-05-05 Thread Senthil
Senthil added the comment: Fixed in the Revision 43132. -- assignee: -> orsenthil nosy: +orsenthil resolution: -> fixed stage: test needed -> committed/rejected status: open -> closed ___ Python tracker __

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

2009-04-22 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

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

2009-03-28 Thread Jeremy Hylton
Changes by Jeremy Hylton : -- nosy: +jhylton ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

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

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

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

2009-02-11 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

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

2009-02-09 Thread John J Lee
John J Lee added the comment: This bug refers to urllib2. Issue 918368 refers to urllib. It's the same problem in each case, though. ___ Python tracker ___ __

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

2009-02-09 Thread Rob Probin
Rob Probin added the comment: Appears to be the same as issue 918368 -- nosy: +robzed ___ Python tracker ___ ___ Python-bugs-list m

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

2009-02-08 Thread Daniel Diniz
Daniel Diniz 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 ___ Python tra