Skip to content

SyntaxErrors (Python 3) #43

Description

@blueyed

There are at least these SyntaxErrors.

  File "usr/lib/python3.9/site-packages/pyrepl/pygame_keymap.py", line 93
    raise KeySpecError, \
                      ^
SyntaxError: invalid syntax

  File "usr/lib/python3.9/site-packages/pyrepl/keymaps.py", line 65
    for c in map(chr, range(32, 127)) if c <> '\\'] + \
                                           ^
SyntaxError: invalid syntax

  File "usr/lib/python3.9/site-packages/pyrepl/pygame_console.py", line 133
    def refresh(self, screen, (cx, cy)):
                              ^
SyntaxError: invalid syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions