summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-04-18 14:04:57 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-04-18 14:04:57 (GMT)
commit6db67821a157e89ee53d45c78a5da7dab07b8738 (patch)
tree2f92f4064549cafbcc3e3d015c6162e5b401b625 /Misc
parent7e97ee6ac8ccfc5de437c51c677319a35700662a (diff)
downloadcpython-6db67821a157e89ee53d45c78a5da7dab07b8738.zip
cpython-6db67821a157e89ee53d45c78a5da7dab07b8738.tar.gz
cpython-6db67821a157e89ee53d45c78a5da7dab07b8738.tar.bz2
Typo fix
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a2e9e3a..08c3905 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -954,7 +954,7 @@ Library
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