diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-11 00:05:17 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-11 00:05:17 (GMT) |
commit | a470738b7bf68c3f9bd4063cbef5c0db66bc04a8 (patch) | |
tree | 3801b8607241aa2f3dfd0a42dad49b7a8f6a5287 /Misc/NEWS | |
parent | 0f64b0b9a350d7ac34836d5cb858de4135d8b0e4 (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |