From: Raymond Hettinger Date: Sat, 2 Dec 2006 02:00:39 +0000 (+0000) Subject: Add name to credits (for untokenize). X-Git-Tag: v2.6a1~2396 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a7e76bcfa4c6c778e1bf155b6c4e40f8232d86a;p=thirdparty%2FPython%2Fcpython.git Add name to credits (for untokenize). --- diff --git a/Lib/tokenize.py b/Lib/tokenize.py index ca4dbf0f3e35..5a9d08c7e643 100644 --- a/Lib/tokenize.py +++ b/Lib/tokenize.py @@ -24,7 +24,7 @@ each time a new token is found.""" __author__ = 'Ka-Ping Yee ' __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 from token import *