mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
This commit is contained in:
parent
e4be9be99a
commit
8675115e5f
46 changed files with 958 additions and 60 deletions
|
@ -120,7 +120,7 @@ exactly one argument.)
|
|||
This function is similar to the \code{eval()} function or the
|
||||
\code{exec} statement, but parses a file instead of a string. It is
|
||||
different from the \code{import} statement in that it does not use
|
||||
the module administration -- it reads the file unconditionally and
|
||||
the module administration --- it reads the file unconditionally and
|
||||
does not create a new module.
|
||||
|
||||
The arguments are a file name and two optional dictionaries. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue