commit | 6d023c98b06e8b4558f3558335433f371a89cc9b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jan 04 19:12:13 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jan 04 19:12:13 1995 +0000 |
tree | 9a1b3cb88da4ef20e5a3cbb2e676845ca85e3d78 | |
parent | 524b588553afb0759c5be590a7aa41db92dcd2ae [diff] |
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().