Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20b9135

Browse files
committed
News item for the change to turn _codecs into a builtin module.
1 parent b28de0d commit 20b9135

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Type/class unification and new-style classes
8484
Core and builtins
8585
-----------------
8686

87+
- The _codecs support module for codecs.py was turned into a builtin
88+
module to assure that at least the builtin codecs are available
89+
to the Python parser for source code decoding according to PEP 263.
90+
8791
- issubclass now supports a tuple as the second argument, just like
8892
isinstance does. ``issubclass(X, (A, B))`` is equivalent to
8993
``issubclass(X, A) or issubclass(X, B)``.

0 commit comments

Comments
 (0)