]> granicus.if.org Git - python/commitdiff
Added note about new codecs module APIs.
authorMarc-André Lemburg <mal@egenix.com>
Sat, 10 Jul 2004 16:16:06 +0000 (16:16 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sat, 10 Jul 2004 16:16:06 +0000 (16:16 +0000)
Misc/NEWS

index 6cd3dcb12d17aed8afd2a236eff976851c288e32..e17cfdfc27d98dc5564f1877d4949c4d81694e3f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,10 @@ Library
 - 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
 -----------