]> granicus.if.org Git - python/commitdiff
add a note about the ftruncate change
authorBenjamin Peterson <benjamin@python.org>
Mon, 19 Jan 2009 15:42:23 +0000 (15:42 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 19 Jan 2009 15:42:23 +0000 (15:42 +0000)
Misc/NEWS

index 8ef9cefbeac2227cd74d321fb7b89dbf066062a6..c7be9e05ed84cf20ab30cc8204b653febb9e9962 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
 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.