[Python-checkins] r68772 - python/trunk/Misc/NEWS

benjamin.peterson python-checkins at python.org
Mon Jan 19 16:42:23 CET 2009


Author: benjamin.peterson
Date: Mon Jan 19 16:42:23 2009
New Revision: 68772

Log:
add a note about the ftruncate change

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Mon Jan 19 16:42:23 2009
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- os.ftruncate raises OSErrors instead of IOErrors for consistency with other os
+  functions.
+
 - Issue #4991: Passing invalid file descriptors to io.FileIO now raises an
   OSError.
 


More information about the Python-checkins mailing list