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
3
3
4
4
AsciiDoc
5
5
--------
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.
9
6
- Reported line numbers in diagnostic messages are sometimes wrong.
10
7
- Attribute references in macro attribute lists can't be unescaped
11
8
(with the exception of attribute list entry `{0}`).
Original file line number Diff line number Diff line change 1
1
AsciiDoc Installation
2
2
=====================
3
3
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 *
5
5
to run. If you don't already have an up-to-date version of Python
6
6
installed it can be downloaded from the official Python website
7
7
http://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.
14
14
Prerequisites
15
15
-------------
16
16
AsciiDoc 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
18
18
default in most Linux distributions. You can download Python from the
19
19
official Python website http://www.python.org.
20
20
Original file line number Diff line number Diff line change 11
11
### Used by asciidocapi.py ###
12
12
VERSION = '8.6.9' # See CHANGLOG file for version history.
13
13
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.
15
15
16
16
#---------------------------------------------------------------------------
17
17
# Program constants.
You can’t perform that action at this time.
0 commit comments