diff options
author | Guido van Rossum <guido@python.org> | 1995-01-04 19:12:13 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-04 19:12:13 +0000 |
commit | 68d105942961ea7491ebcc86217669ee699f601e (patch) | |
tree | 2c3cdaf115044fa13f08447190f04f6c563c6354 /Python/pythonmain.c | |
parent | 6b8bd2d5cb3134da00b673f7f2b4decc97ccef6d (diff) | |
download | cpython-68d105942961ea7491ebcc86217669ee699f601e.tar.gz |
Added 1995 to copyright message.
bltinmodule.c: fixed coerce() nightmare in ternary pow().
modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject().
pythonrun.c: move flushline() into and around print_error().
Diffstat (limited to 'Python/pythonmain.c')
-rw-r--r-- | Python/pythonmain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/pythonmain.c b/Python/pythonmain.c index 4cf44dc666..ac9ca2c5b5 100644 --- a/Python/pythonmain.c +++ b/Python/pythonmain.c @@ -1,6 +1,6 @@ /*********************************************************** -Copyright 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum, -Amsterdam, The Netherlands. +Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, +The Netherlands. All Rights Reserved |