aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <lloyd@randombit.net>2011-10-18 14:33:56 +0000
committerlloyd <lloyd@randombit.net>2011-10-18 14:33:56 +0000
commitc7045db603b4cea600c746e1e16c6c399f7c82d7 (patch)
treedd4acc43ae280c7da0cda602a5d9bdff31da21a9 /doc
parentab7fef4c50704618cac108478b046c82e40574ec (diff)
Switch to the Python 3 syntax in configure.py. A Perl one-liner in the
header shows how to return it to 2.5 compatability.
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index beac18593..7d74712cc 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -10,6 +10,11 @@ Series 1.10
Version 1.10.2, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* The exception catching syntax of configure.py has been changed to
+ the Python 3.x syntax. This syntax also works with Python 2.6 and
+ 2.7, but not with any earlier Python 2 release. A simple search and
+ replace will allow using Python 2.5, though.
+
* Don't set a soname on OpenBSD, as it doesn't support it (PR 158)
* Fix a configure.py incompatability with the subprocess module