[Python-checkins] r45533 - python/trunk/Misc/NEWS

andrew.kuchling python-checkins at python.org
Tue Apr 18 16:04:57 CEST 2006


Author: andrew.kuchling
Date: Tue Apr 18 16:04:57 2006
New Revision: 45533

Modified:
   python/trunk/Misc/NEWS
Log:
Typo fix

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Apr 18 16:04:57 2006
@@ -954,7 +954,7 @@
     dictates.
   + the parser now removes the escapechar prefix from escaped characters.
   + when quoting=QUOTE_NONNUMERIC, the writer now tests for numeric
-    types, rather than any object than can be represented as a numeric.
+    types, rather than any object that can be represented as a numeric.
   + when quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields
     to floats.
   + reader now allows \r characters to be quoted (previously it only allowed


More information about the Python-checkins mailing list