From 2d3a94010f1b72683fca2d734239c87584129a10 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 16 Aug 1994 22:15:49 +0000 Subject: [PATCH] delattr, strncopy in parsetok.c --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index bbd266ab38b..8fbb173cd18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Wed Aug 17 00:06:59 1994 Guido van Rossum (guido@voorn.cwi.nl) + + * Parser/parsetok.c (parsetok): don't call strncpy(str, NULL, 0) + +Tue Aug 16 23:58:30 1994 Guido van Rossum (guido@voorn.cwi.nl) + + * Doc/libfuncs.tex (section{Built-in Functions}): added docs for + delattr() + + * Python/bltinmodule.c: added delattr(x, 'attr'), equivalent to + del x.attr + Fri Aug 12 15:00:20 1994 Guido van Rossum (guido@voorn.cwi.nl) * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z);