summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-11 00:05:17 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-11 00:05:17 (GMT)
commita470738b7bf68c3f9bd4063cbef5c0db66bc04a8 (patch)
tree3801b8607241aa2f3dfd0a42dad49b7a8f6a5287 /Misc
parent0f64b0b9a350d7ac34836d5cb858de4135d8b0e4 (diff)
downloadcpython-a470738b7bf68c3f9bd4063cbef5c0db66bc04a8.zip
cpython-a470738b7bf68c3f9bd4063cbef5c0db66bc04a8.tar.gz
cpython-a470738b7bf68c3f9bd4063cbef5c0db66bc04a8.tar.bz2
Merged revisions 78828 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78828 | florent.xicluna | 2010-03-11 00:58:42 +0100 (jeu, 11 mar 2010) | 2 lines Issue #7880: Fix sysconfig when the python executable is a symbolic link. ........
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 541f13e..900da9c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -270,6 +270,8 @@ C-API
Library
-------
+- Issue #7880: Fix sysconfig when the python executable is a symbolic link.
+
- Issue #6509: fix re.sub to work properly when the pattern, the string, and
the replacement were all bytes. Patch by Antoine Pitrou.