summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b1d26dd..d1db0ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,7 +161,10 @@ Core and Builtins
Library
-------
-- Issue #12180: Fixed a few remaining errors in test_packaging when no
+- Issue #12175: FileIO.readall() now only reads the file position and size
+ once.
+
+- Issue #12180: Fixed a few remaining errors in test_packaging when no
threading.
- Issue #12175: RawIOBase.readall() now returns None if read() returns None.