diff options
author | Guido van Rossum <guido@python.org> | 1995-01-04 19:07:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-04 19:07:38 (GMT) |
commit | 6610ad9d6bfe484a026f1fd34ebdcdf9924f9114 (patch) | |
tree | 60af7fc4a0d1c7687fd3c7848a37e4d432053ab0 /Objects/typeobject.c | |
parent | 5799b520086129ed8aaadeb3b941b3000a42576a (diff) | |
download | cpython-6610ad9d6bfe484a026f1fd34ebdcdf9924f9114.zip cpython-6610ad9d6bfe484a026f1fd34ebdcdf9924f9114.tar.gz cpython-6610ad9d6bfe484a026f1fd34ebdcdf9924f9114.tar.bz2 |
Added 1995 to copyright message.
floatobject.c: fix hash().
methodobject.c: support METH_FREENAME flag bit.
Diffstat (limited to 'Objects/typeobject.c')
-rw-r--r-- | Objects/typeobject.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Objects/typeobject.c b/Objects/typeobject.c index 40bdc88..b391858 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.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 |