[Python-checkins] python/dist/src/Misc NEWS,1.1056,1.1057

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Tue Jul 27 23:02:06 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
Added a new fileno() method.  ZODB's repozo.py wants this so it can
apply os.fsync() to the GzipFile backup files it creates.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1056
retrieving revision 1.1057
diff -C2 -d -r1.1056 -r1.1057
*** NEWS	27 Jul 2004 05:22:33 -0000	1.1056
--- NEWS	27 Jul 2004 21:02:02 -0000	1.1057
***************
*** 47,50 ****
--- 47,54 ----
  -------
  
+ - gzip.GzipFile has a new fileno() method, to retrieve the handle of the
+   underlying file object (provided it has a fileno() method).  This is
+   needed if you want to use os.fsync() on a GzipFile.
+ 
  - imaplib has two new methods: deleteacl and myrights.
  



More information about the Python-checkins mailing list