ddnet-scripts
ddnet-scripts copied to clipboard
Few simple ports to py3 in server scripts
Have you tested that this causes no issues with different unicode handling in python 3 compared to 2?
@def- which script are you talking about? And do you have instructions on how to test it? The big.py seems to work the same as in python2 and I used the 2to3 tool which should be able to handle some basics scripts like those I guess.
In my experience python2 to python3 conversions are not that easy because of the way strings are handled.