mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Update Misc/NEWS to include os.getpriority() and os.setpriority() addition.
This commit is contained in:
parent
18e8bcb289
commit
7e1b9af044
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #10784: New os.getpriority() and os.setpriority() functions.
|
||||
|
||||
- Issue #11114: Fix catastrophic performance of tell() on text files (up
|
||||
to 1000x faster in some cases). It is still one to two order of magnitudes
|
||||
slower than binary tell().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue