commit | 88fcca681502f020a75ed17b174ab264c47811c7 | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Sat Jul 10 16:16:06 2004 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Sat Jul 10 16:16:06 2004 +0000 |
tree | a7c2f388ef62e3fcd0f774ad2d27b45f16d6f6dd | |
parent | 21f9fce968624fd25c95dc408cfd51614021ea17 [diff] [blame] |
Added note about new codecs module APIs.
diff --git a/Misc/NEWS b/Misc/NEWS index 6cd3dcb..e17cfdf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,10 @@ - decimal.py now only uses signals in the spec. The other conditions are no longer part of the public API. +- codecs module now has two new generic APIs: encode() and decode() + which don't restrict the return types (unlike the unicode and + string methods of the same name). + Tools/Demos -----------