[Python-checkins] python/dist/src/Misc NEWS,1.1225,1.1226

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Jan 16 09:41:04 CET 2005


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

Modified Files:
	NEWS 
Log Message:
Added SEEK_* constants. Fixes #711830.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1225
retrieving revision 1.1226
diff -u -d -r1.1225 -r1.1226
--- NEWS	13 Jan 2005 11:30:54 -0000	1.1225
+++ NEWS	16 Jan 2005 08:40:58 -0000	1.1226
@@ -37,6 +37,8 @@
 Library
 -------
 
+- os.{SEEK_SET, SEEK_CUR, SEEK_END} have been added for convenience.
+
 - Enhancements to the csv module:
 
   + Dialects are now validated by the underlying C code, better



More information about the Python-checkins mailing list