[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.74, 1.1193.2.75

loewis@users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 24 08:07:27 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7131/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Patch #1262036: Make tarfile name absolute. Fixes #1257255.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.74
retrieving revision 1.1193.2.75
diff -u -d -r1.1193.2.74 -r1.1193.2.75
--- NEWS	22 Aug 2005 18:07:04 -0000	1.1193.2.74
+++ NEWS	24 Aug 2005 06:07:17 -0000	1.1193.2.75
@@ -63,6 +63,8 @@
 Library
 -------
 
+- Patch #1262036: Make tarfile name absolute. Fixes #1257255.
+
 - Bug #1266283: "lexists" is now in os.path.__all__.
 
 - The sets module can now properly compute s-=s and s^=s as an empty set.



More information about the Python-checkins mailing list