commit | 596d30695082ee9798f3ad9974b306687cd757bd | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Jan 19 15:42:23 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Jan 19 15:42:23 2009 +0000 |
tree | 8349a7d0a9cbdc643e99fcf4ed77e506f092a928 | |
parent | 9a5b2ad38d605206f05a52fe32868d3f839e8a86 [diff] |
add a note about the ftruncate change
diff --git a/Misc/NEWS b/Misc/NEWS index 8ef9cef..c7be9e0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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.