Skip to content

Commit cfc4389

Browse files
author
Richard Jones
committed
frontends/roundup.cgi got out of sync with the roundup.cgi.Client API
1 parent 271607e commit cfc4389

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Fixed:
99
- xmlrpc handling of unicode characters and binary values, see
1010
http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/10040
1111
thanks to Hauke Duden for reporting these.
12+
- frontends/roundup.cgi got out of sync with the roundup.cgi.Client API
1213

1314

1415
2010-02-23 1.5.0

frontends/roundup.cgi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ class RequestWrapper:
120120
'''Used to make the CGI server look like a BaseHTTPRequestHandler
121121
'''
122122
def __init__(self, wfile):
123+
self.rfile = sys.stdin
123124
self.wfile = wfile
124125
def write(self, data):
125126
self.wfile.write(data)

0 commit comments

Comments
 (0)