pre-PEP: The create statement

John J. Lee jjl at pobox.com
Tue Apr 11 15:46:09 EDT 2006


"Michele Simionato" <michele.simionato at gmail.com> writes:
[...]
> This agrees with my scan (except I also found an occurrence of 'create'
> in Tkinter).
> BTW, I would be curious to see the script you are using for the
> scanning. Are you
> using tokenize too? In am quite fond of the tokenize module ;)

Having seen Sion's (non-existent) script, how about posting yours?  I
regularly grep for things in Python code, and it hadn't occurred to me
that I could instead use module tokenize.

Module tokenize looks pretty simple, but would be nice to see some
code that has already been used.


John




More information about the Python-list mailing list