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

2012-01-13 Thread Senthil Kumaran
Senthil Kumaran added the comment: Eric - noted the point. :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

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

2012-01-13 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

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

2011-12-30 Thread Éric Araujo
Éric Araujo 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 just not worth doing

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

2011-12-24 Thread Senthil Kumaran
Senthil Kumaran added the comment: The concern here is if the request line had something like this. Method SP Request-URI SP HTTP-Version \r\n The previous behavior would have resulted in Method SP Request-URI SP HTTP-Version That is removing only the final \r\n, whereas the curren

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

2011-12-24 Thread Ezio Melotti
Ezio Melotti 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 ___ Python tra

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

2011-12-23 Thread Senthil Kumaran
Senthil Kumaran 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 -> http.server: minor code s