From: Matthias A. <mat...@gm...> - 2016-06-08 19:47:56
|
Am 08.06.2016 um 21:36 schrieb Samuel Martin: > This change does: > - use repr(...) instead of `...` (see [1]); > - fix print call; > - fix octal numbers. > > [1] https://docs.python.org/release/3.0.1/whatsnew/3.0.html#removed-syntax > > Signed-off-by: Samuel Martin <s.m...@gm...> Hi Samuel, thanks for the submission. Out of curiosity and due to the "from __future__ import print_function()", what is the minimum Python 2.x version that this code will be compatible with? Anything older than 2.7? I have essentially purged python < 3.4 from all my work so I've forgotten the old stuff. This is mainly to figure out if I want to merge this on the master branch only, or on the legacy_64 branch as well. Cheers, Matthias |