[issue31860] IDLE: Make font sample editable

2017-10-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thanks for the patch. Adding the feature is somehow easier than I expected. After moving the sample text to module level, which I considered doing before, saving edits for the duration of an IDLE session turned out to also be easy. With 11 point Lucida Co

[issue31863] Inconsistent returncode/exitcode for terminated child processes on Windows

2017-10-26 Thread Eryk Sun
Eryk Sun added the comment: A C/C++ program returns EXIT_FAILURE for a generic failure. Microsoft defines this macro value as 1. Most tools that a user might use to forcibly terminate a process don't allow specifying the reason; they just use the generic value of 1. This includes Task Manager

[issue31053] Unnecessary argument in command example

2017-10-26 Thread Berker Peksag
Berker Peksag added the comment: New changeset d609b0c24ebdb748cabcc6c062dfc86f9000e6c4 by Berker Peksag (cocoatomo) in branch 'master': bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) https://github.com/python/cpython/commit/d609b0c24ebdb748cabcc6c062dfc86f9000e6c4 ---

[issue31053] Unnecessary argument in command example

2017-10-26 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +4110 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue31053] Unnecessary argument in command example

2017-10-26 Thread Berker Peksag
Berker Peksag added the comment: New changeset 37d1d967eed4018ef397dd9d1515683e5b6b55e7 by Berker Peksag (Miss Islington (bot)) in branch '3.6': bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907) https://github.com/python/cpython/commit/37d1d967eed4018ef397dd9d1515683e5b6b55

[issue31053] Unnecessary argument in command example

2017-10-26 Thread Berker Peksag
Berker Peksag added the comment: Thank you! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker ___ __

[issue31863] Inconsistent returncode/exitcode for terminated child processes on Windows

2017-10-26 Thread Akos Kiss
Akos Kiss added the comment: And I thought that my analysis was thorough... Exit code 1 is the way to go, I agree now. -- ___ Python tracker ___ __

[issue31877] Build fails on Cygwin since issue28180

2017-10-26 Thread Mark Dickinson
Change by Mark Dickinson : -- title: Build fails on Cython since issue28180 -> Build fails on Cygwin since issue28180 ___ Python tracker ___ ___

<    1   2