| commit | c341580afddea7d8dd3e0adbb7e06307f1618b14 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Wed Jun 06 13:30:54 2001 +0000 |
| committer | Guido van Rossum <guido@python.org> | Wed Jun 06 13:30:54 2001 +0000 |
| tree | cf386bf1a2259aa8d7f221f9776504f7fa8a66a4 | |
| parent | ebf94db60b8f2683b9d10f9fd6f592b14eb9a6b7 [diff] [blame] |
Added quopri codec.
diff --git a/Misc/NEWS b/Misc/NEWS index 38923c7..62df987 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,7 @@ ---------------------------------------------------------------------- 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