summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2010-05-03 21:18:48 (GMT)
committerJesus Cea <jcea@jcea.es>2010-05-03 21:18:48 (GMT)
commit6a792298e7ba74dd3f127d26efb903f5f3fb6f67 (patch)
treef6913a1e01cd8a163d2d4de81c85bab0bd5c95a3 /Misc
parent70cce42f154aaaacc4d6ec33872e6fcc5db66d52 (diff)
downloadcpython-6a792298e7ba74dd3f127d26efb903f5f3fb6f67.zip
cpython-6a792298e7ba74dd3f127d26efb903f5f3fb6f67.tar.gz
cpython-6a792298e7ba74dd3f127d26efb903f5f3fb6f67.tar.bz2
Deprecate OSF* support
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 35c246b..6b4f316 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -204,6 +204,9 @@ Core and Builtins
libraries are: Mach C threads, SunOS LWP, GNU pth, Irix threads. Support code
will be entirely removed in 3.3.
+- Support for OSF* has been disabled. If nobody stands up, support will be
+ removed in 3.3. See http://bugs.python.org/issue8606 .
+
- Peephole constant folding had missed UNARY_POSITIVE.
- Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which