diff options
author | lloyd <[email protected]> | 2010-07-09 18:37:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-07-09 18:37:14 +0000 |
commit | 82ae680d8887ce34c7ade3ffeb85c9f7ac07e812 (patch) | |
tree | c0d5eea21e636fe84e61ea935b79b8845fe58b73 | |
parent | 7ef48592feb043f9333ee1c61fe1949d955590d3 (diff) |
Small tweaks re 2to3
-rw-r--r-- | doc/building.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/building.tex b/doc/building.tex index 93a3e1de6..68b433924 100644 --- a/doc/building.tex +++ b/doc/building.tex @@ -42,9 +42,9 @@ the build system, primarily due to lack of access. Please contact the maintainer if you would like to build Botan on such a system. Botan's build is controlled by configure.py, which is a Python -script. Python 2.4 or later is required (but if you want to use the -incompatible Python 3, you must first run the \texttt{2to3} script on -it). +script. Python 2.4 or later is required. If you want to use the +(incompatible) Python 3, you must first run the \texttt{2to3} script +on it. \section{For the Impatient} @@ -254,7 +254,7 @@ script; this will convert the script to the Python 3.x dialect: ^ SyntaxError: invalid syntax $ # incompatible python version, let's fix it - $ 2to3 -w -f except configure.py + $ 2to3 -w configure.py [...] RefactoringTool: Files that were modified: RefactoringTool: configure.py |