mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
Add name to credits (for untokenize).
This commit is contained in:
parent
f008203cb4
commit
8a7e76bcfa
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ each time a new token is found."""
|
||||||
|
|
||||||
__author__ = 'Ka-Ping Yee <ping@lfw.org>'
|
__author__ = 'Ka-Ping Yee <ping@lfw.org>'
|
||||||
__credits__ = \
|
__credits__ = \
|
||||||
'GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro'
|
'GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro, Raymond Hettinger'
|
||||||
|
|
||||||
import string, re
|
import string, re
|
||||||
from token import *
|
from token import *
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue