]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added quopri codec.
authorGuido van Rossum <guido@python.org>
Wed, 6 Jun 2001 13:30:54 +0000 (13:30 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 6 Jun 2001 13:30:54 +0000 (13:30 +0000)
Misc/NEWS

index 38923c790d35970f00f535f6523c4403566090e7..62df987dbf1d91dc68057100b2868bf4d65102d0 100644 (file)
--- 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