Files
gibMacOS/Scripts
Christian ClaussandGitHub 49e07bcb2f xrange() was removed from Python on 1/1/2020
Also simplify by defining basestring and unicode in Python 3

Python porting best practice [___use feature detection instead of version detection___](https://docs.python.org/3/howto/pyporting.html#use-feature-detection-instead-of-version-detection).

Bare exceptions: https://realpython.com/the-most-diabolical-python-antipattern

__basestring__ and __unicode__ was removed in Python 3 because all str are Unicode utf-8.
2020-04-13 10:44:05 +02:00
..
2018-10-06 22:07:05 -05:00
2019-07-01 08:57:43 -05:00
2019-09-24 14:40:15 -05:00
2019-09-07 15:20:35 -05:00
2020-03-16 11:47:18 -05:00
2020-02-11 21:53:28 -06:00