mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Move a news entry to the right section (+ light reformatting)
This commit is contained in:
parent
b8bbffd34d
commit
a563392f92
1 changed files with 6 additions and 6 deletions
12
Misc/NEWS
12
Misc/NEWS
|
@ -27,11 +27,6 @@ Core and Builtins
|
||||||
- Issue #10186: Fix the SyntaxError caret when the offset is equal to the length
|
- Issue #10186: Fix the SyntaxError caret when the offset is equal to the length
|
||||||
of the offending line.
|
of the offending line.
|
||||||
|
|
||||||
- Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error
|
|
||||||
handler to parse the Makefile file. Avoid a UnicodeDecodeError if the source
|
|
||||||
code directory name contains a non-ASCII character and the locale encoding is
|
|
||||||
ASCII.
|
|
||||||
|
|
||||||
- Issue #10089: Add support for arbitrary -X options on the command-line.
|
- Issue #10089: Add support for arbitrary -X options on the command-line.
|
||||||
They can be retrieved through a new attribute ``sys._xoptions``.
|
They can be retrieved through a new attribute ``sys._xoptions``.
|
||||||
|
|
||||||
|
@ -65,8 +60,13 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error
|
||||||
|
handler to parse the Makefile file. Avoid a UnicodeDecodeError if the source
|
||||||
|
code directory name contains a non-ASCII character and the locale encoding is
|
||||||
|
ASCII.
|
||||||
|
|
||||||
- Issue #10329: The trace module writes reports using the input Python script
|
- Issue #10329: The trace module writes reports using the input Python script
|
||||||
encoding, instead of the locale encoding. Patch written by Alexander
|
encoding, instead of the locale encoding. Patch written by Alexander
|
||||||
Belopolsky.
|
Belopolsky.
|
||||||
|
|
||||||
- Issue #10126: Fix distutils' test_build when Python was built with
|
- Issue #10126: Fix distutils' test_build when Python was built with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue