File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6560Library
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
You can’t perform that action at this time.
0 commit comments