-
-
Notifications
You must be signed in to change notification settings - Fork 5
python future sadness
Anthony Sottile edited this page Jan 26, 2019
·
2 revisions
- It installs the "new" module names in python2 (has some negative compatibility with libraries that poorly detect python2 / python3).
- Introduces
newbytesandnewstrwhick leak out of modules into code which doesn't understand how to handle their types (often leads to errors in python 2 wherestr(x)causes"b'...'"). - yelp-clog failures
- configparser backport breakage
- pytest pyfakefs breakage
- virtualenv breakage