diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-08-24 06:43:09 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-08-24 06:43:09 (GMT) |
commit | faffa15842cea1d1c3c62d5c01455c36d77b36ad (patch) | |
tree | 87c3deb0ea528a506de171a85e7e06341572226d /Misc | |
parent | bc3b06087cf1907d1dfee6e21885a9ccfbf11af3 (diff) | |
download | cpython-faffa15842cea1d1c3c62d5c01455c36d77b36ad.zip cpython-faffa15842cea1d1c3c62d5c01455c36d77b36ad.tar.gz cpython-faffa15842cea1d1c3c62d5c01455c36d77b36ad.tar.bz2 |
Revert previous checkin.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |