mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
add a note about the ftruncate change
This commit is contained in:
parent
9a5b2ad38d
commit
596d306950
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue