diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2011-02-25 21:00:10 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2011-02-25 21:00:10 (GMT) |
commit | 7e1b9af0441acac735742e6f768790cfaa6c672d (patch) | |
tree | f7aaf0c87777d4cc207431ec437d0e0a4903d57c | |
parent | 18e8bcb289dd5ea77c12668ea1e2904627fc8531 (diff) | |
download | cpython-7e1b9af0441acac735742e6f768790cfaa6c672d.zip cpython-7e1b9af0441acac735742e6f768790cfaa6c672d.tar.gz cpython-7e1b9af0441acac735742e6f768790cfaa6c672d.tar.bz2 |
Update Misc/NEWS to include os.getpriority() and os.setpriority() addition.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 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(). |