From 3a1cd79b98272192ce484996000e545090aada5f Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 25 Jul 2006 04:13:13 +0000 Subject: [PATCH] Update with some new bugs. Most are also issues in 2.4, but should be fixed. Only one bug was fixed. :-( --- pep-0356.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pep-0356.txt b/pep-0356.txt index 3e3770fb0..2bd28c774 100644 --- a/pep-0356.txt +++ b/pep-0356.txt @@ -147,13 +147,20 @@ Deferred until 2.6: Open issues - Bugs that need resolving before release: - http://python.org/sf/1517042 - Fix crashers/gc_inspection.py + http://python.org/sf/1526585 - SystemError concat long strings (2.4) + http://python.org/sf/1523610 - PyArg_ParseTupleAndKeywords potential + core dump (2.4) + http://python.org/sf/1521947 - mystrtol.c fails with gcc 4.1 (2.4?) + test_compile.test_unary_minus + http://python.org/sf/1519025 - socket timeout crash when receive + signal (2.4) + http://python.org/sf/1517042 - Fix crashers/gc_inspection.py (2.4) http://python.org/sf/1515471 - stringobject (char buffers) http://python.org/sf/1513611 - XML: xml.sax.expatreader missing http://python.org/sf/1511497 - XML: xml.sax.ParseException issue - http://python.org/sf/1508010 - msvccompiler using VC6 http://python.org/sf/1475523 - gettext.py bug http://python.org/sf/1333982 - AST + http://python.org/sf/1191458 - AST (test_trace issue mentioned below) - AST compiler problems (Owner: Jeremy Hylton)