Kaydet (Commit) 596d3069 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add a note about the ftruncate change

üst 9a5b2ad3
...@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1 ...@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
Core and Builtins 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 - Issue #4991: Passing invalid file descriptors to io.FileIO now raises an
OSError. OSError.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment