[Python-Dev] [Python-checkins] peps: Mark PEP accepted. (original) (raw)
Benjamin Peterson benjamin at python.org
Thu Oct 13 02:10:22 CEST 2011
- Previous message: [Python-Dev] cpython: Optimize findchar() for PyUnicode_1BYTE_KIND: use memchr and memrchr
- Next message: [Python-Dev] cpython: Use identifier API for PyObject_GetAttrString.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Isn't now final?
2011/10/12 antoine.pitrou <python-checkins at python.org>:
http://hg.python.org/peps/rev/f50f0e14c774 changeset: 3962:f50f0e14c774 parent: 3959:2e1f0462a847 user: Antoine Pitrou <solipsis at pitrou.net> date: Thu Oct 13 02:01:21 2011 +0200 summary: Mark PEP accepted.
files: pep-3151.txt | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pep-3151.txt b/pep-3151.txt --- a/pep-3151.txt +++ b/pep-3151.txt @@ -3,13 +3,12 @@ Version: RevisionRevisionRevision Last-Modified: DateDateDate Author: Antoine Pitrou <solipsis at pitrou.net> -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 2010-07-21 Python-Version: 3.3 Post-History: -Resolution: TBD Abstract @@ -507,9 +506,10 @@ Implementation ============== -A reference implementation is available in -http://hg.python.org/features/pep-3151/ in branch
pep-3151
. It is -also tracked on the bug tracker at http://bugs.python.org/issue12555. +The reference implementation has been integrated into Python 3.3. +It was formerly developed in http://hg.python.org/features/pep-3151/ in +branchpep-3151
, and also tracked on the bug tracker at +http://bugs.python.org/issue12555. It has been successfully tested on a variety of systems: Linux, Windows, OpenIndiana and FreeBSD buildbots. -- Repository URL: http://hg.python.org/peps
Python-checkins mailing list Python-checkins at python.org http://mail.python.org/mailman/listinfo/python-checkins
-- Regards, Benjamin
- Previous message: [Python-Dev] cpython: Optimize findchar() for PyUnicode_1BYTE_KIND: use memchr and memrchr
- Next message: [Python-Dev] cpython: Use identifier API for PyObject_GetAttrString.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]