Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b58b84 commit 244c593Copy full SHA for 244c593
1 file changed
Lib/tokenize.py
@@ -9,7 +9,8 @@
9
designed to match the working of the Python tokenizer exactly, except that
10
it produces COMMENT tokens for comments and gives type OP for all operators."""
11
12
-__version__ = "Ka-Ping Yee, 26 October 1997; patched, GvR 3/30/98"
+__author__ = 'Ka-Ping Yee <[email protected]>'
13
+__credits__ = 'first version, 26 October 1997; patched, GvR 3/30/98'
14
15
import string, re
16
from token import *
0 commit comments