[Zope3-checkins]
SVN: Zope3/branches/3.2/src/zope/publisher/xmlrpc.py
convert an XXX to TODO
Benji York
benji at zope.com
Tue Jan 3 12:53:27 EST 2006
Log message for revision 41103:
convert an XXX to TODO
Changed:
U Zope3/branches/3.2/src/zope/publisher/xmlrpc.py
-=-
Modified: Zope3/branches/3.2/src/zope/publisher/xmlrpc.py
===================================================================
--- Zope3/branches/3.2/src/zope/publisher/xmlrpc.py 2006-01-03 17:53:06 UTC (rev 41102)
+++ Zope3/branches/3.2/src/zope/publisher/xmlrpc.py 2006-01-03 17:53:24 UTC (rev 41103)
@@ -42,7 +42,7 @@
'See IPublisherRequest'
# Parse the request XML structure
- # XXX using readlines() instead of lines()
+ # using readlines() instead of lines()
# as twisted's BufferedStream sends back
# an empty stream here for read() (bug)
lines = ''.join(self._body_instream.readlines())
More information about the Zope3-Checkins
mailing list