On Sun, Aug 30, 2009 at 6:32 AM, prasad rao<prasadarao...@gmail.com> wrote:

> I want to examine pyc files.(ex:itertools).
> itertools.py is not available inPython26.
> pyc files are binaryfiles.Isn't it.

itertools is written in C. All the Python source code is freely
available for you to read. Download the entire source here:
http://python.org/download/

or browse it online. The itertools source is here:
http://svn.python.org/view/python/branches/release26-maint/Modules/itertoolsmodule.c?view=markup

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to