diff options
author | lloyd <[email protected]> | 2011-11-01 17:42:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-11-01 17:42:24 +0000 |
commit | a8dc602e3b2aad55c266ef41dd355e53c663a98b (patch) | |
tree | aec719ac1c139d282937706dd329e9e7c9997657 /doc | |
parent | ec0488aa889f75ccf6b6a97b047fdf8aef00cb11 (diff) |
Include the needed sub in the log notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt index 7d74712cc..fd1cb1c12 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -13,7 +13,8 @@ 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. + replace will allow running it under Python 2.5:: + perl -pi -e 's/except (.*) as (.*):/except $1, $2:/g' configure.py * Don't set a soname on OpenBSD, as it doesn't support it (PR 158) |