Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(140)

Issue 141050: Fix CGIHTTPRequestHandler.run_cgi for py3k (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 6 months ago by drukker
Modified:
14 years, 5 months ago
Reviewers:
Base URL:
http://svn.python.org/view/*checkout*/python/branches/py3k/
Visibility:
Public.

Description

This patch fixes http://bugs.python.org/issue1235 for py3k.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Forgot to update comment; readded flush call #

Patch Set 3 : revert unify: Windows implementation necessarily inferior (socket.fileno cannot be used) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -8 lines) Patch
M Lib/http/server.py View 1 2 1 chunk +7 lines, -8 lines 0 comments Download

Messages

Total messages: 4
drukker
http://codereview.appspot.com/141050/diff/1/2 File Lib/http/server.py (left): http://codereview.appspot.com/141050/diff/1/2#oldcode1046 Line 1046: self.wfile.flush() # Always flush before forking flush is ...
14 years, 6 months ago (2009-10-25 15:01:19 UTC) #1
drukker
http://codereview.appspot.com/141050/diff/1001/7 File Lib/http/server.py (left): http://codereview.appspot.com/141050/diff/1001/7#oldcode1046 Line 1046: self.wfile.flush() # Always flush before forking flush is ...
14 years, 6 months ago (2009-10-25 16:09:17 UTC) #2
drukker
Since you've worked on http://bugs.python.org/issue3133, I've put you in the reviewers list. Hope you don't ...
14 years, 6 months ago (2009-10-25 16:22:35 UTC) #3
drukker
14 years, 6 months ago (2009-10-26 09:39:51 UTC) #4
On 2009/10/25 15:01:19, drukker wrote:
> http://codereview.appspot.com/141050/diff/1/2
> File Lib/http/server.py (left):
> 
> http://codereview.appspot.com/141050/diff/1/2#oldcode1046
> Line 1046: self.wfile.flush() # Always flush before forking
> flush is done by subprocess module

actually, it isn't
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b