A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2006-September/068632.html below:

[Python-Dev] 2.5 status

[Python-Dev] 2.5 status [Python-Dev] 2.5 statusBrett Cannon brett at python.org
Tue Sep 5 20:25:53 CEST 2006
On 9/4/06, Neal Norwitz <nnorwitz at gmail.com> wrote:
>
> There are 3 bugs currently listed in PEP 356 as blocking:
>         http://python.org/sf/1551432 - __unicode__ breaks on exception
> classes


I replied on the bug report, but might as well comment here.

The problem with this bug is that BaseException now defines a __unicode__()
method in its PyMethodDef.  That intercepts the unicode() call on the class
and it complains it was not handed an instance.  I guess the only way to fix
this is to toss out the __unicode__() method and change the tp_str function
to return Unicode as needed (unless someone else has a better idea).  Or the
bug can be closed as Won't Fix.

        http://python.org/sf/1550938 - improper exception w/relative import
>         http://python.org/sf/1541697 - sgmllib regexp bug causes hang
>
> Does anyone want to fix the sgmlib issue?  If not, we should revert
> this week before c2 is cut.  I'm hoping that we will have *no changes*
> in 2.5 final from c2.  Should there be any bugs/patches added to or
> removed from the list?
>
> The buildbots are currently humming along, but I believe all 3
> versions (2.4, 2.5, and 2.6) are fine.
>
> Test out 2.5c1+ and report all bugs!
>
> n
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> http://mail.python.org/mailman/options/python-dev/brett%40python.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20060905/8ac53a65/attachment-0001.htm 
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4