summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-08-07 20:51:04 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-08-07 20:51:04 (GMT)
commitb813c53cd892a8de90b0ed172e8964b3e61124df (patch)
tree44e232fbf6fb49c6211955219cceddc2ed830512 /Misc/NEWS
parentbc841a1464b53ddbaa989e4cae97024fbe111abf (diff)
downloadcpython-b813c53cd892a8de90b0ed172e8964b3e61124df.zip
cpython-b813c53cd892a8de90b0ed172e8964b3e61124df.tar.gz
cpython-b813c53cd892a8de90b0ed172e8964b3e61124df.tar.bz2
Patch #827386: Support absolute source paths in msvccompiler.py.
Backported to 2.4.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a2d504..ef879c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -178,6 +178,8 @@ Extension Modules
Library
-------
+- Patch #827386: Support absolute source paths in msvccompiler.py.
+
- Patch #1105730: Apply the new implementation of commonprefix in posixpath
to ntpath, macpath, os2emxpath and riscospath.