Skip to content

Port some Python 3.6 changes from the old repo #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 17, 2017
Merged

Port some Python 3.6 changes from the old repo #3

merged 6 commits into from
Feb 17, 2017

Conversation

lilydjwg
Copy link
Contributor

As said in #2 (comment), I've ported f-strings, underscores in numbers and matrix multiplication operator support here.

syn match pythonHexNumber '\<0[xX]\x\+\>' display
syn match pythonOctNumber '\<0[oO]\o\+\>' display
syn match pythonBinNumber '\<0[bB][01]\+\>' display
syn match pythonHexNumber '\<0[xX][_0-9a-fA-F]*\x\>' display
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove a space here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, it's a tab. Never use tabs.

@nfnty
Copy link
Member

nfnty commented Feb 17, 2017

Also add your name to the AUTHORS file.

Verified

This commit was signed with the committer’s verified signature.
nfnty nfnty
@nfnty nfnty merged commit 13616ab into master Feb 17, 2017
@nfnty
Copy link
Member

nfnty commented Feb 17, 2017

Good job!

@nfnty nfnty deleted the py3.6 branch February 17, 2017 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants