[Python-Dev] accepted peps that should be final?
Guido van Rossum
guido at python.org
Fri May 18 21:19:34 CEST 2007
On 5/18/07, Neal Norwitz <nnorwitz at gmail.com> wrote:
> Are the following accepted PEPs implemented and should be marked final:
>
> SA 358 The "bytes" Object Schemenauer, GvR
> SA 3106 Revamping dict.keys(), .values() & .items() GvR
Not yet -- the implementations of these two are incomplete.
> SA 3109 Raising Exceptions in Python 3000 Winter
> SA 3110 Catching Exceptions in Python 3000 Winter
I believe Collin is still working on a patch.
> SA 3111 Simple input built-in in Python 3000 Roberge
Final.
> SA 3112 Bytes literals in Python 3000 Orendorff
Let's keep this open since it is still a subject of debate, e.g. some
folks feel that b"..." should be immutable.
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-Dev
mailing list