diff options
-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(). |