[Python-checkins] python/dist/src/Misc NEWS,1.1294,1.1295

perky@users.sourceforge.net perky at users.sourceforge.net
Thu Jun 2 15:10:05 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
Patch #1212117: Add optional attribute st_flags to os.stat_result
when the member is available on the platform. (Contributed by
Diego Petteno)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1294
retrieving revision 1.1295
diff -u -d -r1.1294 -r1.1295
--- NEWS	1 Jun 2005 11:34:22 -0000	1.1294
+++ NEWS	2 Jun 2005 13:09:26 -0000	1.1295
@@ -88,6 +88,9 @@
 Extension Modules
 -----------------
 
+- Patch #1212117: os.stat().st_flags is now accessible as a attribute
+  if available on the platform.
+
 - Patch #1103951: Expose O_SHLOCK and O_EXLOCK in the posix module if
   available on the platform.
 



More information about the Python-checkins mailing list