Re: [Python-Dev] [Python-checkins] cpython (3.5): remove extra PyErr_Format arguments (closes #28454)

2016-10-17 Thread Jeremy Kloth
Oops, you are right. Silly little comma... -- Jeremy Kloth ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] [Python-checkins] cpython (3.5): remove extra PyErr_Format arguments (closes #28454)

2016-10-17 Thread Berker Peksağ
On Mon, Oct 17, 2016 at 12:43 PM, Jeremy Kloth wrote: > On Sun, Oct 16, 2016 at 4:42 PM, benjamin.peterson > wrote: >> --- a/Objects/unicodeobject.c >> +++ b/Objects/unicodeobject.c >> @@ -3009,7 +3009,7 @@ >> "'%.400s' decoder returned '%.400s' instead of 'str'; " >>

Re: [Python-Dev] [Python-checkins] cpython (3.5): remove extra PyErr_Format arguments (closes #28454)

2016-10-17 Thread Jeremy Kloth
On Sun, Oct 16, 2016 at 4:42 PM, benjamin.peterson wrote: > --- a/Objects/unicodeobject.c > +++ b/Objects/unicodeobject.c > @@ -3009,7 +3009,7 @@ > "'%.400s' decoder returned '%.400s' instead of 'str'; " > "use codecs.decode() to decode to arbitrary type