Hi, I sometimes find it useful to read the source code of a module and for example I can type string.__file__ to find the location of the string module.
However the .__file__ method is not available for the module builtin. Is it possible to read the source code for built in functions and if so how do I find them? I realise some/all may be written in C rather than python but it would still be interesting to read them. In an unrelated follow-up may I also ask: can the ellipsis (...) be used in code? I tried a googlecode search but none of the examples worked for me. Can someone post an example line of code that uses ... in it. This has been causing an itch in my brain, please reply with the scratch. Thanks in advance, Tom
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor