]> granicus.if.org Git - python/commitdiff
Update Misc/NEWS to include os.getpriority() and os.setpriority() addition.
authorGiampaolo Rodolà <g.rodola@gmail.com>
Fri, 25 Feb 2011 21:00:10 +0000 (21:00 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Fri, 25 Feb 2011 21:00:10 +0000 (21:00 +0000)
Misc/NEWS

index b0f49c12c50055b1af2f553e4bb6a06a09e901dd..45791e2ad3e0bafc66a1c3272c09d39135fef5f5 100644 (file)
--- 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().