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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a7e76bcfa4c6c778e1bf155b6c4e40f8232d86a;p=python Add name to credits (for untokenize). --- diff --git a/Lib/tokenize.py b/Lib/tokenize.py index ca4dbf0f3e..5a9d08c7e6 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 *