Commit e9c8f5a7 authored by Giampaolo Rodolà's avatar Giampaolo Rodolà

Update Misc/NEWS to include os.getpriority() and os.setpriority() addition.

parent 4533c08a
......@@ -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().
......
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