Skip to content

Fix a syntax typo#35

Open
hroncok wants to merge 1 commit intodmeranda:masterfrom
hroncok:patch-1
Open

Fix a syntax typo#35
hroncok wants to merge 1 commit intodmeranda:masterfrom
hroncok:patch-1

Conversation

@hroncok
Copy link

@hroncok hroncok commented May 3, 2020

This worked for now, but is SyntaxError in Python 3.9.0a6:

  File "/usr/lib/python3.9/site-packages/demjson.py", line 4853
    elif c.isalpha() or c in'_$':
                           ^
SyntaxError: invalid string prefix

(The Python change might actually be reverted before 3.9 final, but this can be fixed anyway.)

This worked for now, but is SyntaxError in Python 3.9.0a6:

  File "/usr/lib/python3.9/site-packages/demjson.py", line 4853
    elif c.isalpha() or c in'_$':
                           ^
SyntaxError: invalid string prefix

(The Python change might actually be reverted before 3.9 final,
but this can be fixed anyway.)
@LaikaN57
Copy link

@dmeranda bump

This seems pretty straightforward. Can we get this merged in? Is there anything else you need on the PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants