mirror of https://github.com/python/cpython
NEWS entry for the changed fdopen function.
This commit is contained in:
parent
1f043e28f4
commit
95cb7e4ae5
|
@ -364,6 +364,10 @@ Extension modules
|
||||||
loop in the search function, once the pointer exceeded the buffer
|
loop in the search function, once the pointer exceeded the buffer
|
||||||
limit.
|
limit.
|
||||||
|
|
||||||
|
- The os.fdopen function now enforces a file mode starting with the
|
||||||
|
letter 'r', 'w' or 'a', otherwise a ValueError is raised. This fixes
|
||||||
|
bug #623464.
|
||||||
|
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue