From: Giampaolo RodolĂ  Date: Fri, 25 Feb 2011 21:00:10 +0000 (+0000) Subject: Update Misc/NEWS to include os.getpriority() and os.setpriority() addition. X-Git-Tag: v3.3.0a1~3069 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e1b9af0441acac735742e6f768790cfaa6c672d;p=python Update Misc/NEWS to include os.getpriority() and os.setpriority() addition. --- diff --git a/Misc/NEWS b/Misc/NEWS index b0f49c12c5..45791e2ad3 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().