diff options
author | Guido van Rossum <guido@python.org> | 1994-10-06 16:36:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-10-06 16:36:15 (GMT) |
commit | 2b11c613d32ef6d739f267db7eee2222113da248 (patch) | |
tree | 963178fd5720f5d3ce185f166ca3230bac2034af /BUGS | |
parent | b85ae1aa65ff03413f35c40fb0082523032da665 (diff) | |
download | cpython-2b11c613d32ef6d739f267db7eee2222113da248.zip cpython-2b11c613d32ef6d739f267db7eee2222113da248.tar.gz cpython-2b11c613d32ef6d739f267db7eee2222113da248.tar.bz2 |
Change status of fixed bugs
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -10,18 +10,19 @@ BUGS found in 1.0.3 and not yet fixed ------------------------------------- (-) print_error raises and then masks an error if softspace is not - defined + defined (can't reproduce this one?) -(-) Syntax errors are reported in a silly way if multi-line tokens are +(*) Syntax errors are reported in a silly way if multi-line tokens are involved. -(-) SyntaxError exception for compile('...') are reported wrongly +(*) SyntaxError exception for compile('...') are reported wrongly (lineno is always zero and offset is offset into the whole string). -(-) freeze script needs major rewrite to cope with multiple extensions +(*) freeze script needs major rewrite to cope with multiple extensions (Jack seems to have fixed it now -- where is it?) -(?) various memory leaks (see purify report from anthony.baxter@aaii.oz.au) +(*) various memory leaks (see purify report from anthony.baxter@aaii.oz.au) +(several leaks fixed anyway :-) BUGS found in 1.0.3 and fixed in 1.1 ------------------------------------ |