Adding new keywords to Python interpreter

Yaşar Arabacı yasar11732 at gmail.com
Sun Oct 2 14:22:56 EDT 2011


Hi people,

Nowadays, I am trying to explore python source. I added a new keyword,
essentially doing same thing as 'continue' keyword to the interpreter,
mostly by following instructions in PEP 306. If anyone interested here is
the video about how I did it:  http://www.youtube.com/watch?v=Ww7BeIdUbUI notes
in video are in Turkish, but you don't require the notes much, as they don't
mention any crucial point.

By the way, I am not saying this is the best, or even right way to do it. I
am just sharing what I have done.

Have a nice day :)
-- 
http://yasar.serveblog.net/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20111002/ea948028/attachment.html>


More information about the Python-list mailing list