This repository was archived by the owner on Oct 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ Bugs and Known Problems
33
44AsciiDoc
55--------
6- - A benign warning 'with will become a reserved keyword
7- in Python 2.6' sometimes occurs when using Python 2.5 -- it's
8- harmless and will disappear with Python 3.
96- Reported line numbers in diagnostic messages are sometimes wrong.
107- Attribute references in macro attribute lists can't be unescaped
118 (with the exception of attribute list entry `{0}`).
Original file line number Diff line number Diff line change 11AsciiDoc Installation
22=====================
33
4- NOTE: The current version of AsciiDoc requires *Python 2.4 or newer *
4+ NOTE: The current version of AsciiDoc requires *Python 2.6 or 2.7 *
55to run. If you don't already have an up-to-date version of Python
66installed it can be downloaded from the official Python website
77http://www.python.org/.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ SGML/XML markup) can be customized and extended by the user.
1414Prerequisites
1515-------------
1616AsciiDoc is written in Python so you need a Python interpreter
17- (version 2.4 or later ) to execute asciidoc(1). Python is installed by
17+ (version 2.6 or 2.7 ) to execute asciidoc(1). Python is installed by
1818default in most Linux distributions. You can download Python from the
1919official Python website http://www.python.org.
2020
Original file line number Diff line number Diff line change 1111### Used by asciidocapi.py ###
1212VERSION = '8.6.9' # See CHANGLOG file for version history.
1313
14- MIN_PYTHON_VERSION = '2.4 ' # Require this version of Python or better.
14+ MIN_PYTHON_VERSION = '2.6 ' # Require this version of Python or better.
1515
1616#---------------------------------------------------------------------------
1717# Program constants.
You can’t perform that action at this time.
0 commit comments