ArneBachmann / sos

Subversion Offline Solution

Home Page:https://sos-vcs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make use of PEP528/529

ArneBachmann opened this issue · comments

Makes incompatible change to existing repositories (needs platform-neutral encoding via UTF-8).
Will break Python2 compatibility for all times.
Requires Python 3.6 minimum.
Therefore use feature only in Python 3.6., all other versions may or may not work (just like any command line tools prior 3.6)

Duplicate of #162