From 5dee5e7dc0ba0a15a0b41fcaaf6b0577cabd4ea3 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 10 Nov 1994 23:06:54 +0000 Subject: bugfix release --- BUGS | 48 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 12 deletions(-) (limited to 'BUGS') diff --git a/BUGS b/BUGS index 082f70092d..876a56c23d 100644 --- a/BUGS +++ b/BUGS @@ -9,30 +9,54 @@ nother to make an entry in this file, unless it was a serious bug BUGS found in 1.1 and fixed in 1.1.1 ------------------------------------ +(*) printing name of lambda in traceback dereferences NULL + +(*) A built-in function using getargs() and expecting >= 1 argument +may dump core when called without arguments + +(*) newgetargs() dumps core in compat mode when NULL is passed in but +max is >0 + (*) pow() should be declared varargs since it uses newgetargs -BUGS found in 1.1 and not yet fixed ------------------------------------ +(*) newmodule.c doesn't compile on SunOS 4.1.3 due to non-K&R backslashes -(-) A built-in function using getargs() and expecting >= 1 argument -may dump core when called without arguments +(*) some typos in tut.tex -BUGS found in 1.0.3 and fixed in 1.1 ------------------------------------- +(*) test for broken static forward is not strong enough +(*) Doc/Makefile assumes . is in $PATH in call to whichlibs -(*) If class C doesn't define __cmp__, cmp(a,b) will return -2 and -[a,b].sort() will fail +(*) math module misses hypot() function -BUGS found in 1.0.3 and not yet fixed -------------------------------------- +(*) structmember.h should include stddef.h (for offsetof macro) + +(*) gdbmmodule.c frees the wrong structures -(-) print_error raises and then masks an error if softspace is not - defined (can't reproduce this one?) +(*) makesetup script misses some dollars and backslashes +(*) getargs.obj missing from NT makefile + +(*) sorting class instances broken if no __cmp__ defined + +BUGS found in 1.1 and not yet fixed +----------------------------------- + +(-) HP doesn't compile out of the box (needs LIBS=-ldld or +LIBS=/usr/lib/libdld.sl) + +(-) something fishy with softspace and print_error (flushline clears +the error) + +(-) tkinter doesn't seem to see any declaration of malloc on sunos 4.1.3 + +====================================================================== BUGS found in 1.0.3 and fixed in 1.1 ------------------------------------ +(*) If class C doesn't define __cmp__, cmp(a,b) will return -2 and +[a,b].sort() will fail + (*) Syntax errors are reported in a silly way if multi-line tokens are involved. -- cgit v1.2.1