summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f887503a9a..6f5a90e27a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,9 +87,6 @@ Extension Modules
- Patch #1435422: zlib's compress and decompress objects now have a
copy() method.
-- Patch #1454481: thread stack size is now tunable at runtime for thread
- enabled builds on Windows and systems with Posix threads support.
-
- On Win32, os.listdir now supports arbitrarily-long Unicode path names
(up to the system limit of 32K characters).