Better __credits__.

This commit is contained in:
Ka-Ping Yee 2001-03-01 17:11:17 +00:00
parent 1b6e6c0fd1
commit 4f64c13582
1 changed files with 2 additions and 1 deletions

View File

@ -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."""
__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
from token import *