Py3 compatibility
- Apr 23, 2018
-
-
Samuel GAIST authored
This allows to build the error message as expected with both Python 2 and 3.
-
- Apr 20, 2018
-
-
Samuel GAIST authored
-
Samuel GAIST authored
Important: when using bytes to generate a string, it is mandatory to decode it in suitable form otherwise the string ends up containing "Thing: b'bytes_content'".
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
In Python 3, network is using bytes.
-
Samuel GAIST authored
-
Samuel GAIST authored
In Python 3 this module is names queue
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
In Python 3 it is names queue
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Queue has been moved and was not used
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
matplotlib accepts a StringIO for Python 2 but a wants a BytesIO with Python 3
-
Samuel GAIST authored
-
Samuel GAIST authored
Type is float64 so default value should be numerical.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
Python 3 is less forgetful and doesn't allow the > comparison between a string and a number.
-
Samuel GAIST authored
-