mirror of https://github.com/python/cpython
delattr, strncopy in parsetok.c
This commit is contained in:
parent
1efbb0f002
commit
2d3a94010f
12
ChangeLog
12
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);
|
||||
|
|
Loading…
Reference in New Issue