summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2006-03-23 12:32:36 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2006-03-23 12:32:36 (GMT)
commitd478f3453f1219e0e102d2d425550e3774e90d06 (patch)
treee9f9e5ba4e783167b80579ee5aaf64b98bb5d176 /Misc
parentdfbd34c80f5b9c0aae3e7a816944e335619feab4 (diff)
downloadcpython-d478f3453f1219e0e102d2d425550e3774e90d06.zip
cpython-d478f3453f1219e0e102d2d425550e3774e90d06.tar.gz
cpython-d478f3453f1219e0e102d2d425550e3774e90d06.tar.bz2
Patch #1396919: Reenable the system scope threads on FreeBSD 5.4
and later versions because they bumped the default setting to get our basic tests to run correctly..
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 f41f237..402d075 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- Patch #1396919: The system scope threads are reenabled on FreeBSD
+ 5.4 and later versions.
+
- Bug #1115379: Compiling a Unicode string with an encoding declaration
now gives a SyntaxError.