summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-05-19 22:25:00 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-05-19 22:25:00 (GMT)
commit06710a84217092cba587310690d350ef5d974002 (patch)
tree5ea3765567a55eb3262d767401f139b6f488f478 /Misc
parent45cceeb6084f957c0bca32af767bf0ad6370fd5b (diff)
downloadcpython-06710a84217092cba587310690d350ef5d974002.zip
cpython-06710a84217092cba587310690d350ef5d974002.tar.gz
cpython-06710a84217092cba587310690d350ef5d974002.tar.bz2
Merged revisions 81371 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81371 | tarek.ziade | 2010-05-20 00:20:14 +0200 (Thu, 20 May 2010) | 1 line #8759: Fixed user paths in sysconfig for posix and os2 schemes ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 68bebe9..e2a7715 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -375,6 +375,8 @@ C-API
Library
-------
+- Issue #8759: Fixed user paths in sysconfig for posix and os2 schemes.
+
- Issue #8663: distutils.log emulates backslashreplace error handler. Fix
compilation in a non-ASCII directory if stdout encoding is ASCII (eg. if
stdout is not a TTY).