Commit 55ab894a authored by Ka-Ping Yee's avatar Ka-Ping Yee

Better __credits__.

parent 3141a6df
...@@ -10,7 +10,8 @@ designed to match the working of the Python tokenizer exactly, except that ...@@ -10,7 +10,8 @@ designed to match the working of the Python tokenizer exactly, except that
it produces COMMENT tokens for comments and gives type OP for all operators.""" it produces COMMENT tokens for comments and gives type OP for all operators."""
__author__ = 'Ka-Ping Yee <ping@lfw.org>' __author__ = 'Ka-Ping Yee <ping@lfw.org>'
__credits__ = 'first version, 26 October 1997; patched, GvR 3/30/98' __credits__ = \
'GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro'
import string, re import string, re
from token import * from token import *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment