diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-08-24 06:06:52 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-08-24 06:06:52 (GMT) |
commit | bc3b06087cf1907d1dfee6e21885a9ccfbf11af3 (patch) | |
tree | 86854ea8d1390fcbe52c69b04450afc7962acb9f /Misc | |
parent | 94ac197531fdc7f358e737dec55cd7158cbdd815 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |