Skip to content

Commit

Permalink
Better __credits__.
Browse files Browse the repository at this point in the history
  • Loading branch information
zestyping committed Mar 1, 2001
1 parent 1b6e6c0 commit 4f64c13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib/tokenize.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
it produces COMMENT tokens for comments and gives type OP for all operators."""

__author__ = 'Ka-Ping Yee <[email protected]>'
__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 *
Expand Down

0 comments on commit 4f64c13

Please sign in to comment.