summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2005-01-16 20:48:27 (GMT)
committerSkip Montanaro <skip@pobox.com>2005-01-16 20:48:27 (GMT)
commit058858151d1015adfa429318b8340779e6caeceb (patch)
tree64e9f3e5799667878c115692d42dd2b7d164a669 /Misc
parent891a1ba3b23b5f50c78fd4b03988cf9dd0df218c (diff)
downloadcpython-058858151d1015adfa429318b8340779e6caeceb.zip
cpython-058858151d1015adfa429318b8340779e6caeceb.tar.gz
cpython-058858151d1015adfa429318b8340779e6caeceb.tar.bz2
Document the reconvert module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 63081b0..035bacf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,6 +124,8 @@ Library
- Bug #1083110: ``zlib.decompress.flush()`` would segfault if called immediately
after creating the object, without any intervening ``.decompress()`` calls.
+- The reconvert.quote function can now emit triple-quoted strings. The
+ reconvert module now has some simple documentation.
Build
-----