[Python-checkins] python/dist/src/Misc NEWS,1.1132,1.1133

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Sep 13 10:53:33 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2251/Misc

Modified Files:
	NEWS 
Log Message:
Fix quoting.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1132
retrieving revision 1.1133
diff -u -d -r1.1132 -r1.1133
--- NEWS	13 Sep 2004 00:52:51 -0000	1.1132
+++ NEWS	13 Sep 2004 08:53:15 -0000	1.1133
@@ -35,7 +35,7 @@
   ``codecs.StreamReader.readlines()`` have a new argument ``keepends``.
   Trailing "\n"s will be stripped from the lines if ``keepends`` is false.
 
-- ``doctest.master was`` put back in, and ``doctest.testmod()`` once again
+- ``doctest.master`` was put back in, and ``doctest.testmod()`` once again
   updates it.  This isn't good, because every ``testmod()`` call
   contributes to bloating the "hidden" state of ``doctest.master``, but
   some old code apparently relies on it.  For now, all we can do is



More information about the Python-checkins mailing list