[Python-checkins] r75687 - python/branches/py3k/Misc/NEWS

antoine.pitrou python-checkins at python.org
Sat Oct 24 22:47:05 CEST 2009


Author: antoine.pitrou
Date: Sat Oct 24 22:47:05 2009
New Revision: 75687

Log:
Add NEWS entry for the various unsupported platforms.



Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat Oct 24 22:47:05 2009
@@ -12,6 +12,13 @@
 Core and Builtins
 -----------------
 
+- Support for AtheOS has been completely removed from the code base. It was
+  disabled since Python 3.0.
+
+- Support for several legacy threading libraries has been disabled. These
+  libraries are: Mach C threads, SunOS LWP, GNU pth, Irix threads. Support code
+  will be entirely removed in 3.3.
+
 - Peephole constant folding had missed UNARY_POSITIVE.
 
 - Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which


More information about the Python-checkins mailing list