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/thread_solaris.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/thread_solaris.h')
-rw-r--r-- | Python/thread_solaris.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/thread_solaris.h b/Python/thread_solaris.h index 97be126c5f..199d7d09d6 100644 --- a/Python/thread_solaris.h +++ b/Python/thread_solaris.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 |