dmeranda/demjson

syntax error

Warter21 opened this issue · 0 comments

Hi!

I tried to import demjson and I got this error. It is working fine with python3.7.

`Python 3.8.6 (default, Oct 11 2020, 14:34:16)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import demjson
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.8/dist-packages/demjson.py", line 645
class json_int( (1L).class ): # Have to specify base this way to satisfy 2to3
^
SyntaxError: invalid syntax

`

OS: Debian Buster on arm with backport python3.8 package.

Please advise.

Thanks,
Warter