You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its test suite passes on Python 2, but not on Python 3 which is understandable as it hasn't been touched since 2012 , seven years ago, and the code itself hasnt been touched since 2010.
Pi's backport of os.fsencode and os.fsdecode to Python 2 @ https://github.com/pjdelport/backports.os would be a great addition and is the only backport of these rather complex-to-get-right functions that works on Python 2. (I tested it extensively with https://github.com/nexB/scancode-toolkit and we are planning the Python 3 port aboutcode-org/scancode-toolkit#295 )
I would be a must have in python-future IMHO
The text was updated successfully, but these errors were encountered: