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

This commit is contained in:
Giampaolo Rodolà 2011-02-25 21:00:10 +00:00
parent 18e8bcb289
commit 7e1b9af044

View file

@ -35,6 +35,8 @@ Core and Builtins
Library Library
------- -------
- Issue #10784: New os.getpriority() and os.setpriority() functions.
- Issue #11114: Fix catastrophic performance of tell() on text files (up - 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 to 1000x faster in some cases). It is still one to two order of magnitudes
slower than binary tell(). slower than binary tell().