diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2015-03-16 15:26:20 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2015-03-16 15:26:20 +0100 |
| commit | cbc46b5c31e82cdf06336f8aa96527bb0b33dfd2 (patch) | |
| tree | e558d7fed5459692e19db548e7fc18c20a047788 /README.rst | |
| parent | 6f3bf75e285f6632d5be0201d090ea158f18ad7c (diff) | |
| download | python-decorator-git-cbc46b5c31e82cdf06336f8aa96527bb0b33dfd2.tar.gz | |
Added a script test.py working both with Python 2 and 3
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -30,13 +30,9 @@ in the main directory, possibly as superuser. Testing
--------
-For Python 2.5, 2.6, 2.7 run
+Run
- `$ python documentation.py`
-
-for Python 3.X run
-
- `$ python3 documentation3.py`
+ `$ python test.py`
You will see a few innocuous errors with Python 2.5, because some
inner details such as the introduction of the ArgSpec namedtuple and
|
