[Python-checkins] r45533 - python/trunk/Misc/NEWS (original) (raw)
andrew.kuchling python-checkins at python.org
Tue Apr 18 16:04:57 CEST 2006
- Previous message: [Python-checkins] r45532 - python/trunk/Lib/test/crashers/dictresize_attack.py
- Next message: [Python-checkins] buildbot warnings in amd64 gentoo trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-checkins] r45532 - python/trunk/Lib/test/crashers/dictresize_attack.py
- Next message: [Python-checkins] buildbot warnings in amd64 gentoo trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]