diff options
author | Guido van Rossum <guido@python.org> | 1995-01-04 19:06:22 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-04 19:06:22 +0000 |
commit | 5799b520086129ed8aaadeb3b941b3000a42576a (patch) | |
tree | e94f50fbb81224744449a078991c315c18ad2ac9 /Include/listobject.h | |
parent | README: changed URL format to <URL:...>; added section on Tk. (diff) | |
download | cpython-5799b520086129ed8aaadeb3b941b3000a42576a.tar.gz cpython-5799b520086129ed8aaadeb3b941b3000a42576a.tar.bz2 cpython-5799b520086129ed8aaadeb3b941b3000a42576a.zip |
Added 1995 copyright.
object.h: made sizes and refcnts signed ints.
stringobject.h: make getstrsize() signed int.
methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions.
Diffstat (limited to 'Include/listobject.h')
-rw-r--r-- | Include/listobject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/listobject.h b/Include/listobject.h index 212e3ce96ee..f14286ec434 100644 --- a/Include/listobject.h +++ b/Include/listobject.h @@ -5,8 +5,8 @@ extern "C" { #endif /*********************************************************** -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 |