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
7592d051
Commit
7592d051
authored
Oct 27, 2011
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the issue number of my cp65001 commit: 13247 => issue #13216
parent
2f3ca9f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.3.rst
+1
-1
Misc/NEWS
Misc/NEWS
+1
-1
No files found.
Doc/whatsnew/3.3.rst
View file @
7592d051
...
...
@@ -225,7 +225,7 @@ The :mod:`~encodings.mbcs` codec has be rewritten to handle correclty
:mod:`~encodings.mbcs` codec is now supporting all error handlers, instead of
only ``replace`` to encode and ``ignore`` to decode.
A new Windows-only codec has been added: ``cp65001`` (:issue:`132
47
`). It is
A new Windows-only codec has been added: ``cp65001`` (:issue:`132
16
`). It is
the Windows code page 65001 (Windows UTF-8, ``CP_UTF8``). For example, it is
used by ``sys.stdout`` if the console output code page is set to cp65001 (e.g.
using ``chcp 65001`` command).
...
...
Misc/NEWS
View file @
7592d051
...
...
@@ -341,7 +341,7 @@ Core and Builtins
Library
-------
-
Issue
#
132
47
:
Add
cp65001
codec
,
the
Windows
UTF
-
8
(
CP_UTF8
).
-
Issue
#
132
16
:
Add
cp65001
codec
,
the
Windows
UTF
-
8
(
CP_UTF8
).
-
Issue
#
13226
:
Add
RTLD_xxx
constants
to
the
os
module
.
These
constants
can
be
used
with
sys
.
setdlopenflags
().
...
...
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