]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* import.c (MAGIC): Changed magic word to avoid confusion about exec
authorGuido van Rossum <guido@python.org>
Fri, 22 Oct 1993 14:26:06 +0000 (14:26 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 22 Oct 1993 14:26:06 +0000 (14:26 +0000)
commit89b3325dc4d6999bb00068e048a76f7eba23a7a5
treee424672e472142bf61273d896395960de6e5212f
parentb3b09c97ce0b40a282553b0366addc879a115eb4
* import.c (MAGIC): Changed magic word to avoid confusion about exec
  function vs. exec statement
* bltinmodule.c: renamed the module to __builtin__.
* posixmodule.c (posix_execv): renamed exec --> execv since it is now a
  reserved word.
Modules/posixmodule.c
Python/bltinmodule.c
Python/import.c