[Python-Dev] [Python-checkins] peps: Fill in PEP number (461).
Brett Cannon
brett at python.org
Tue Jan 14 20:14:48 CET 2014
More information about the Python-Dev mailing list
Tue Jan 14 20:14:48 CET 2014
- Previous message: [Python-Dev] cpython (merge 2.7 -> 3.1): complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
- Next message: [Python-Dev] PEP 461 - Adding % and {} formatting to bytes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I think this was supposed to be 461, not 460 =) On Tue, Jan 14, 2014 at 2:12 PM, guido.van.rossum < python-checkins at python.org> wrote: > http://hg.python.org/peps/rev/a25f48998ad3 > changeset: 5346:a25f48998ad3 > user: Guido van Rossum <guido at dropbox.com> > date: Tue Jan 14 11:12:09 2014 -0800 > summary: > Fill in PEP number (461). > > files: > pep-0461.txt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > > diff --git a/pep-0461.txt b/pep-0461.txt > --- a/pep-0461.txt > +++ b/pep-0461.txt > @@ -1,4 +1,4 @@ > -PEP: XXX > +PEP: 460 > Title: Adding % and {} formatting to bytes > Version: $Revision$ > Last-Modified: $Date$ > > -- > Repository URL: http://hg.python.org/peps > > _______________________________________________ > Python-checkins mailing list > Python-checkins at python.org > https://mail.python.org/mailman/listinfo/python-checkins > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20140114/840c9fd2/attachment.html>
- Previous message: [Python-Dev] cpython (merge 2.7 -> 3.1): complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
- Next message: [Python-Dev] PEP 461 - Adding % and {} formatting to bytes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list