Commit a2d6de74 authored by Marc-André Lemburg's avatar Marc-André Lemburg
Browse files

Added note about new codecs module APIs.

parent 45185a48
......@@ -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
-----------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment