Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Python 3/2 compatibility: use print with brackets | Radostin Stoyanov | 2017-04-14 | 1 | -2/+1 | |
| | | | | | | | | The `print` function in Python3 is used with brackets.[1] This syntax is also accepted in Python2.[2] [1] https://docs.python.org/3.5/library/functions.html#print [2] https://docs.python.org/2.7/library/functions.html#print | |||||
* | Python 3/2 compatibility: exceptions handling | Radostin Stoyanov | 2017-04-14 | 1 | -2/+2 | |
| | | | | | | | | Examine an exception during exception handling in Python3 is done with 'as' instead of comma. This approach works in Python2 as well. https://wiki.python.org/moin/HandlingExceptions | |||||
* | Initial commit | Cédric Bosdonnat | 2017-03-07 | 5 | -0/+904 | |