summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-06-06 13:30:54 (GMT)
committerGuido van Rossum <guido@python.org>2001-06-06 13:30:54 (GMT)
commitc341580afddea7d8dd3e0adbb7e06307f1618b14 (patch)
treecf386bf1a2259aa8d7f221f9776504f7fa8a66a4 /Misc/NEWS
parentebf94db60b8f2683b9d10f9fd6f592b14eb9a6b7 (diff)
downloadcpython-c341580afddea7d8dd3e0adbb7e06307f1618b14.zip
cpython-c341580afddea7d8dd3e0adbb7e06307f1618b14.tar.gz
cpython-c341580afddea7d8dd3e0adbb7e06307f1618b14.tar.bz2
Added quopri codec.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 38923c7..62df987 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,7 @@ Core
----------------------------------------------------------------------
uu | string | string | UU codec (e.g. for email)
base64 | string | string | base64 codec
+ quopri | string | string | quoted-printable codec
zlib | string | string | zlib compression
hex | string | string | 2-byte hex codec
rot-13 | string | Unicode | ROT-13 Unicode charmap codec