diff options
author | Guido van Rossum <guido@python.org> | 1995-01-17 16:46:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-17 16:46:14 (GMT) |
commit | 0ddb02844465fb0465bc00226d59e6c6e3919759 (patch) | |
tree | 73b756f02377129ffa5efcd8668715f1c1dd54f0 /BUGS | |
parent | d09119e889cc48ea628edf9e06a995d2500ea6bd (diff) | |
download | cpython-0ddb02844465fb0465bc00226d59e6c6e3919759.zip cpython-0ddb02844465fb0465bc00226d59e6c6e3919759.tar.gz cpython-0ddb02844465fb0465bc00226d59e6c6e3919759.tar.bz2 |
the usual
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -6,10 +6,28 @@ nother to make an entry in this file, unless it was a serious bug ==> Status indicators: (-) not fixed; (*) fixed; (?) not sure. ====================================================================== -Known BUGS in 1.1.1 and 1.2 ---------------------------- +Known BUGS in 1.2 BETA 1, fixed in 1.2 BETA 2 +--------------------------------------------- -(-) a file with unmatched triple quotes causes a loop in the scanner +(*) list slice assignment contains reantrancy bug + +(*) range() and xrange() break on Alpha's + +(*) interactive use of vars() gives barrage of output due to recursive +inclusion of '_' + +(*) configure.in contains bogus name to check for inet library + +Known BUGS in 1.1.1 and 1.2 BETA 1 +---------------------------------- + +(*) a file with unmatched triple quotes causes a loop in the scanner + +(-) still a memory leak in threads; bigger when thread.exit_thread() +is used + +Problems in 1.1.1 that are difficult to solve +--------------------------------------------- (-) tkinter seems to leave an exception around sometime which breaks unmarshalling code objects [hard to reproduce, have added a trap to |