From 82ae680d8887ce34c7ade3ffeb85c9f7ac07e812 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 9 Jul 2010 18:37:14 +0000 Subject: Small tweaks re 2to3 --- doc/building.tex | 8 ++++---- 1 file 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 -- cgit v1.2.3