Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
20b91358
Commit
20b91358
authored
Dec 12, 2002
by
Marc-André Lemburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
News item for the change to turn _codecs into a builtin module.
parent
b28de0d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Misc/NEWS
Misc/NEWS
+4
-0
No files found.
Misc/NEWS
View file @
20b91358
...
...
@@ -84,6 +84,10 @@ Type/class unification and new-style classes
Core
and
builtins
-----------------
-
The
_codecs
support
module
for
codecs
.
py
was
turned
into
a
builtin
module
to
assure
that
at
least
the
builtin
codecs
are
available
to
the
Python
parser
for
source
code
decoding
according
to
PEP
263.
-
issubclass
now
supports
a
tuple
as
the
second
argument
,
just
like
isinstance
does
.
``
issubclass
(
X
,
(
A
,
B
))``
is
equivalent
to
``
issubclass
(
X
,
A
)
or
issubclass
(
X
,
B
)``.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment