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/importdl.h | |
| 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/importdl.h')
| -rw-r--r-- | Python/importdl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/importdl.h b/Python/importdl.h index c90608e6f8..e56794a110 100644 --- a/Python/importdl.h +++ b/Python/importdl.h @@ -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 |
