commit | 89b3325dc4d6999bb00068e048a76f7eba23a7a5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Oct 22 14:26:06 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Oct 22 14:26:06 1993 +0000 |
tree | e424672e472142bf61273d896395960de6e5212f | |
parent | b3b09c97ce0b40a282553b0366addc879a115eb4 [diff] |
* 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.