Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28de0d commit 20b9135Copy full SHA for 20b9135
1 file changed
Misc/NEWS
@@ -84,6 +84,10 @@ Type/class unification and new-style classes
84
Core and builtins
85
-----------------
86
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
+
91
- issubclass now supports a tuple as the second argument, just like
92
isinstance does. ``issubclass(X, (A, B))`` is equivalent to
93
``issubclass(X, A) or issubclass(X, B)``.
0 commit comments