diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-10-19 14:15:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-10-19 14:15:00 (GMT) |
commit | 08a8f5fff90b826553e833c1caee0fd8f7711cb0 (patch) | |
tree | 506bc41a986f1c52cdf018db7c257f2bce917b7a /Misc | |
parent | 206e3074d34aeb5a4d0c1e24d970b6569f7ad702 (diff) | |
download | cpython-08a8f5fff90b826553e833c1caee0fd8f7711cb0.zip cpython-08a8f5fff90b826553e833c1caee0fd8f7711cb0.tar.gz cpython-08a8f5fff90b826553e833c1caee0fd8f7711cb0.tar.bz2 |
restore compilation on OpenBSD #4146
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ What's New in Python 3.0 beta 5 Core and Builtins ----------------- +- Issue #4146: Compilation on OpenBSD has been restored. + - Issue #3574: compile() incorrectly handled source code encoded as Latin-1. - Issues #2384 and #3975: Tracebacks were not correctly printed when the |