Hello, > I know it's good to follow the release plan, but it > also may save you, the release manager, work for the third beta (which > I think will be necessary if beta2 is released tomorrow).
Yes, there are a lot of things remaining to do before Python 3.0 is sufficiently polished. For example, chained exception reporting isn't in yet (see http://bugs.python.org/issue3112). (and I thought I would propose revamping some of the exception-related APIs after that last patch is committed... the (type, value, traceback) idiom has become pointlessly cumbersome, and even rather strange because it can lead you to override the exception's __traceback__ attribute) By the way, Barry, did you read the thread about regexps behaviour vis-à-vis bytes and unicode? Your advice was requested :-) See http://mail.python.org/pipermail/python-3000/2008-June/014247.html Regards Antoine. _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com