[Python-checkins] r85216 - peps/trunk/pep-3333.txt

phillip.eby python-checkins at python.org
Mon Oct 4 17:57:12 CEST 2010


Author: phillip.eby
Date: Mon Oct  4 17:57:12 2010
New Revision: 85216

Log:
Tweak line wrapping so diff from 333 doesn't show a spurious change
to the lines involved.


Modified:
   peps/trunk/pep-3333.txt

Modified: peps/trunk/pep-3333.txt
==============================================================================
--- peps/trunk/pep-3333.txt	(original)
+++ peps/trunk/pep-3333.txt	Mon Oct  4 17:57:12 2010
@@ -747,8 +747,8 @@
 1. The server is not required to read past the client's specified
    ``Content-Length``, and **should** simulate an end-of-file
    condition if the application attempts to read past that point.
-   The application **should not** attempt to read more data than
-   is specified by the ``CONTENT_LENGTH`` variable.
+   The application **should not** attempt to read more data than is
+   specified by the ``CONTENT_LENGTH`` variable.
 
    A server **should** allow ``read()`` to be called without an argument,
    and return the remainder of the client's input stream.


More information about the Python-checkins mailing list