DocBook to LaTeX Publishing dblatex
Status: Beta
Brought to you by:
marsgui
Matthew Peveler wants to merge 1 commit from /u/masterodin/dblatex/ to default, 2019-09-23
Runs the 2to3 -f print command over all python files. This is probably the most substantial of the 2to3 changes so splitting this into one changeset.
| Commit | Date | |
|---|---|---|
| 2019-09-18 22:40:24 | Tree |
This was also made using the assumption that the goal was to migrate dblatex to run just under python3, so did not add anything like
from __future__ import print_function. If the desire is to see if it can run under both python 2.7 and 3.5+, then I can add that and make all future2to3patches compatible.