From 88fcca681502f020a75ed17b174ab264c47811c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Sat, 10 Jul 2004 16:16:06 +0000 Subject: [PATCH] Added note about new codecs module APIs. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 6cd3dcb12d..e17cfdfc27 100644 --- 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 ----------- -- 2.50.0