summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-08-24 06:43:09 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-08-24 06:43:09 (GMT)
commitfaffa15842cea1d1c3c62d5c01455c36d77b36ad (patch)
tree87c3deb0ea528a506de171a85e7e06341572226d /Misc
parentbc3b06087cf1907d1dfee6e21885a9ccfbf11af3 (diff)
downloadcpython-faffa15842cea1d1c3c62d5c01455c36d77b36ad.zip
cpython-faffa15842cea1d1c3c62d5c01455c36d77b36ad.tar.gz
cpython-faffa15842cea1d1c3c62d5c01455c36d77b36ad.tar.bz2
Revert previous checkin.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6a3d68d..0171492 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -188,8 +188,6 @@ 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