Hidden Modules

Tom Culliton culliton at clark.net
Fri Mar 17 10:28:31 EST 2000


The builtins are written in C and built into the interpreter itself.
They are not hidden at all but rather quite thoroughly documented in
the library reference manual at:

	http://www.python.org/doc/current/lib/lib.html

As the saying goes, "RTFM" (Read The Friendly Manual).

In article <3p74ds4bse2cj7jb7jf3c8c65l8lqoobk4 at 4ax.com>,
Calishar  <calishar@*NOSPAM*home.com> wrote:
>  Well, I looked through all my python directories, and there was no
>MD5.py file, but I had faith (think it might have been /f who posted
>the message) so I tried it, and surprisingly enough, it worked.
>
>  So my question is.... what other modules are setup the same way, and
>how is it done? Are they just parts of the __builtins__ directory? Is
>it done this way because of the US gov'ts rules about encyption/



More information about the Python-list mailing list