summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-08-24 06:06:52 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-08-24 06:06:52 (GMT)
commitbc3b06087cf1907d1dfee6e21885a9ccfbf11af3 (patch)
tree86854ea8d1390fcbe52c69b04450afc7962acb9f /Misc
parent94ac197531fdc7f358e737dec55cd7158cbdd815 (diff)
downloadcpython-bc3b06087cf1907d1dfee6e21885a9ccfbf11af3.zip
cpython-bc3b06087cf1907d1dfee6e21885a9ccfbf11af3.tar.gz
cpython-bc3b06087cf1907d1dfee6e21885a9ccfbf11af3.tar.bz2
Patch #1262036: Make tarfile name absolute. Fixes #1257255.
Will backport to 2.4.
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 0171492..6a3d68d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -188,6 +188,8 @@ Extension Modules
Library
-------
+- Patch #1262036: Make tarfile name absolute. Fixes #1257255.
+
- Patch #827386: Support absolute source paths in msvccompiler.py.
- Patch #1105730: Apply the new implementation of commonprefix in posixpath