diff options
author | Skip Montanaro <skip@pobox.com> | 2005-01-16 20:48:27 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2005-01-16 20:48:27 (GMT) |
commit | 058858151d1015adfa429318b8340779e6caeceb (patch) | |
tree | 64e9f3e5799667878c115692d42dd2b7d164a669 /Misc | |
parent | 891a1ba3b23b5f50c78fd4b03988cf9dd0df218c (diff) | |
download | cpython-058858151d1015adfa429318b8340779e6caeceb.zip cpython-058858151d1015adfa429318b8340779e6caeceb.tar.gz cpython-058858151d1015adfa429318b8340779e6caeceb.tar.bz2 |
Document the reconvert module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----- |