flask-xxl icon indicating copy to clipboard operation
flask-xxl copied to clipboard

python 3.x (3.5) compatibility

Open tyler274 opened this issue 10 years ago • 2 comments

Lot's of prints without parenthesis for example which cause issues. also dependencies which are part of the standard library and shouldn't need to be declared (argparse, wsgiref.)

tyler274 avatar Nov 18 '15 06:11 tyler274

the requirements.txt file is autogenerated by pip, im not personally using argparse and wsgiref in my code, but i think libraries i am using need them, and i guess, i should start using print as a function, i cant hide from the future much longer, i guess its time to start working on py3x compatibility

jstacoder avatar Nov 18 '15 06:11 jstacoder

Thanks.

tyler274 avatar Nov 18 '15 07:11 tyler274