On 2016-10-17 15:05, Barry Warsaw wrote:
> On Oct 17, 2016, at 05:01 PM, Nick Coghlan wrote:
>> * Inada-san would like to enable "python -VV" to print the full REPL
>> header for improved debugging information
[...]
> I'd personally have no problem with adding it to 3.6 and possibly earlier
> stab
It is a New Feature and therefore ineligible for adding to 3.5 or 3.4.
//arry/
On 10/17/2016 08:05 PM, Barry Warsaw wrote:
On Oct 17, 2016, at 05:01 PM, Nick Coghlan wrote:
* Inada-san would like to enable "python -VV" to print the full REPL
header for improved debugging information
* we d
On Oct 17, 2016, at 05:01 PM, Nick Coghlan wrote:
>* Inada-san would like to enable "python -VV" to print the full REPL
>header for improved debugging information
>* we don't want to mess with "-V" because external scripts may be
>relying on it (e.g. to figure out filenames)
>* "python -VV" is alr
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
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'; "
>>
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
On 17 October 2016 at 16:18, INADA Naoki wrote:
> (Added python-dev in CC list, because there are enough +1 already).
(switching entirely to python-dev)
Context for python-dev folks:
* Inada-san would like to enable "python -VV" to print the full REPL
header for improved debugging information
*