summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-11-08 17:13:03 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-11-08 17:13:03 (GMT)
commita563392f92558d2c288f18924af38a1a9c58fad3 (patch)
tree5576a5e7c1990bbbac1c65334ef44a8fa18e8728
parentb8bbffd34d9580c35e1b0289e11a5c23d10b53eb (diff)
downloadcpython-a563392f92558d2c288f18924af38a1a9c58fad3.zip
cpython-a563392f92558d2c288f18924af38a1a9c58fad3.tar.gz
cpython-a563392f92558d2c288f18924af38a1a9c58fad3.tar.bz2
Move a news entry to the right section (+ light reformatting)
-rw-r--r--Misc/NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 24841d5..b9db5c5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,11 +27,6 @@ Core and Builtins
- Issue #10186: Fix the SyntaxError caret when the offset is equal to the length
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.
They can be retrieved through a new attribute ``sys._xoptions``.
@@ -65,8 +60,13 @@ Core and Builtins
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
- encoding, instead of the locale encoding. Patch written by Alexander
+ encoding, instead of the locale encoding. Patch written by Alexander
Belopolsky.
- Issue #10126: Fix distutils' test_build when Python was built with