Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Fix octal literal to work in both Python 2 and Python 3 #188

Merged
merged 1 commit into from
Jul 1, 2019

Commits on Jun 26, 2019

  1. Fix octal literal to work in both Python 2 and Python 3

    $ __python3 -c "0600"__
    ```
      File "<string>", line 1
        0600
           ^
    SyntaxError: invalid token
    ```
    cclauss committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    9399722 View commit details
    Browse the repository at this point in the history