Panagiotis Vasilopoulos
|
674a821fbb
|
Stop assuming that /usr/bin/python exists
Fixes 33192
|
2020-02-16 21:58:01 +02:00 |
|
teor
|
1619f14a04
|
python: Add __future__ imports for python 3 compatibility
Except for src/ext, which we may not want to modify.
Closes ticket 32732.
|
2019-12-12 15:58:51 +10:00 |
|
Nick Mathewson
|
fc1134e3e5
|
annotate_ifdef_directives: test edge-case of 80-char line
An 80-character line (79 characters if you don't count the newline)
should not be truncated, and should not have a "..." insterted.
|
2019-09-27 21:04:22 -04:00 |
|
Nick Mathewson
|
21c9f7c85e
|
Annotate_ifdef_directives: doctest for 80-column lines.
|
2019-09-27 21:04:22 -04:00 |
|
Nick Mathewson
|
f1e0665c93
|
Rename annotate_ifdef_directives to end with .py.
This allows the python doctest module to process it correctly
when invoked as:
python -m doctest -v annotate_ifdef_directives.py
|
2019-09-27 21:04:22 -04:00 |
|