summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2011-02-25 21:00:10 (GMT)
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2011-02-25 21:00:10 (GMT)
commit7e1b9af0441acac735742e6f768790cfaa6c672d (patch)
treef7aaf0c87777d4cc207431ec437d0e0a4903d57c
parent18e8bcb289dd5ea77c12668ea1e2904627fc8531 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b0f49c1..45791e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().