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

Skip to content

Commit a563392

Browse files
committed
Move a news entry to the right section (+ light reformatting)
1 parent b8bbffd commit a563392

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Misc/NEWS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ Core and Builtins
2727
- Issue #10186: Fix the SyntaxError caret when the offset is equal to the length
2828
of the offending line.
2929

30-
- Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error
31-
handler to parse the Makefile file. Avoid a UnicodeDecodeError if the source
32-
code directory name contains a non-ASCII character and the locale encoding is
33-
ASCII.
34-
3530
- Issue #10089: Add support for arbitrary -X options on the command-line.
3631
They can be retrieved through a new attribute ``sys._xoptions``.
3732

@@ -65,8 +60,13 @@ Core and Builtins
6560
Library
6661
-------
6762

63+
- Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error
64+
handler to parse the Makefile file. Avoid a UnicodeDecodeError if the source
65+
code directory name contains a non-ASCII character and the locale encoding is
66+
ASCII.
67+
6868
- Issue #10329: The trace module writes reports using the input Python script
69-
encoding, instead of the locale encoding. Patch written by Alexander
69+
encoding, instead of the locale encoding. Patch written by Alexander
7070
Belopolsky.
7171

7272
- Issue #10126: Fix distutils' test_build when Python was built with

0 commit comments

Comments
 (0)