Side effects from monkey patching
Closed this issue · 1 comments
chrishaines commented
Using the python future standard_library.install_aliases()
monkey patch causes side effects on other libraries. It would probably be better to just use six
to maintain compatibility.
chrishaines commented
I was actually able to do this without making six
as a requirement.