summaryrefslogtreecommitdiff
path: root/Python/mystrtoul.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-04 19:12:13 +0000
committerGuido van Rossum <guido@python.org>1995-01-04 19:12:13 +0000
commit6d023c98b06e8b4558f3558335433f371a89cc9b (patch)
tree9a1b3cb88da4ef20e5a3cbb2e676845ca85e3d78 /Python/mystrtoul.c
parent524b588553afb0759c5be590a7aa41db92dcd2ae (diff)
downloadcpython-git-6d023c98b06e8b4558f3558335433f371a89cc9b.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/mystrtoul.c')
-rw-r--r--Python/mystrtoul.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/mystrtoul.c b/Python/mystrtoul.c
index 6b2a06ffe7..10ddc6ec2f 100644
--- a/Python/mystrtoul.c
+++ b/Python/mystrtoul.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