mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Added note about new codecs module APIs.
This commit is contained in:
parent
21f9fce968
commit
88fcca6815
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ Library
|
||||||
- decimal.py now only uses signals in the spec. The other conditions are
|
- decimal.py now only uses signals in the spec. The other conditions are
|
||||||
no longer part of the public API.
|
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
|
Tools/Demos
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue