diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-24 20:47:05 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-24 20:47:05 (GMT) |
commit | b6ef9633a9c74adffa10094d702915310ad9c456 (patch) | |
tree | e884b981e6675c0ca12d26f548a2e7858e94b7a5 | |
parent | 2a9c2bb0fdcdc192b889f54fae10bc05aad939d1 (diff) | |
download | cpython-b6ef9633a9c74adffa10094d702915310ad9c456.zip cpython-b6ef9633a9c74adffa10094d702915310ad9c456.tar.gz cpython-b6ef9633a9c74adffa10094d702915310ad9c456.tar.bz2 |
Add NEWS entry for the various unsupported platforms.
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,6 +12,13 @@ What's New in Python 3.2 Alpha 1? 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 |