[issue13294] http.server: minor code style changes.

2012-01-13 Thread Senthil Kumaran
Changes by Senthil Kumaran sent...@uthcode.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13294 ___ ___

[issue13294] http.server: minor code style changes.

2012-01-13 Thread Senthil Kumaran
Senthil Kumaran sent...@uthcode.com added the comment: Eric - noted the point. :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13294 ___ ___

[issue13294] http.server: minor code style changes.

2011-12-30 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Just a note: “Incorporated Michele Orrù's code style changes into the trunk and other codelines.” The policy is to apply only bug fixes and doc fixes and improvements to stable branches, not code cleanups (they’re usually compatible but are

[issue13294] http.server: minor code style changes.

2011-12-24 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: The first chunk of the patch (the use of strip) changes the behavior as discussed in the previous comments, so it should probably be reverted. The rest of the changes are OK. -- status: closed - open

[issue13294] http.server: minor code style changes.

2011-12-24 Thread Senthil Kumaran
Senthil Kumaran sent...@uthcode.com added the comment: The concern here is if the request line had something like this. Method SP Request-URI SP HTTP-Version ANY_\r_\n_\r\n_Combination\r\n The previous behavior would have resulted in Method SP Request-URI SP HTTP-Version

[issue13294] http.server: minor code style changes.

2011-12-23 Thread Senthil Kumaran
Senthil Kumaran sent...@uthcode.com added the comment: The original issue was invalid. Incorporated Michele Orrù's code style changes into the trunk and other codelines. -- resolution: - fixed status: open - closed title: http.server: HEAD request should not return a body -