diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2006-03-23 12:32:36 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2006-03-23 12:32:36 (GMT) |
commit | d478f3453f1219e0e102d2d425550e3774e90d06 (patch) | |
tree | e9f9e5ba4e783167b80579ee5aaf64b98bb5d176 /Misc | |
parent | dfbd34c80f5b9c0aae3e7a816944e335619feab4 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |