[issue13850] Summary tables for argparse add_argument options

2015-04-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: On 13 Apr 2015, at 10:56, Stéphane Wirtel wrote: Stéphane Wirtel added the comment: Just updated this patch with x instead of the unicode character. Sorry bad patch, I have read the last comment (“replace by x or “yes/no”) and not the other comments.

[issue12425] gettext breaks on empty plural-forms value

2015-04-13 Thread A.M. Kuchling
A.M. Kuchling added the comment: Here's a patch against 3.5. This patch is atop the fix for #17898, so it won't apply cleanly to a stock 3.5. The patch uses warnings.warn() to issue a warning if the plural header is empty. There seems to be precedent for issuing warnings in the case of odd

[issue23852] Wrong computation of max_fd on OpenBSD

2015-04-13 Thread William Orr
William Orr added the comment: Tested on OpenBSD 5.6/amd64. lgtm. -- nosy: +worr ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23852 ___ ___

[issue23931] Update DevGuide link in Quickstart Step 1

2015-04-13 Thread Tina Zhang
Tina Zhang added the comment: Link now goes to 1.1 Getting Set Up so step 1.1.1. Version COntrol section is visible -- nosy: +ttz ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23931 ___

[issue16050] ctypes: callback from C++ to Python fails with Illegal Instruction call

2015-04-13 Thread Arnon Yaari
Arnon Yaari added the comment: libffi seem to have fixed this issue in their commit 4acf005 - Build fix for soft-float power targets. The fix is different than what Pavel suggested, but sounds like it should do the same. -- nosy: +wiggin15 ___

[issue23932] Tutorial section on function annotations is out of date re: PEP 484

2015-04-13 Thread Zachary Ware
Zachary Ware added the comment: @Juti: Thanks for the patch! I've left a review on Rietveld, which should have sent you an email (or you can get to it through the 'review' link). -- ___ Python tracker rep...@bugs.python.org

[issue10612] StopTestRun exception to halt test run

2015-04-13 Thread Pam McA'Nulty
Changes by Pam McA'Nulty pam...@webreply.com: -- nosy: +Pam.McANulty ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10612 ___ ___ Python-bugs-list

[issue13850] Summary tables for argparse add_argument options

2015-04-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Just updated this patch with x instead of the unicode character. -- nosy: +matrixise Added file: http://bugs.python.org/file38917/argparse-actions-matrix-v2 ___ Python tracker rep...@bugs.python.org

[issue17751] ctypes/test/test_macholib.py fails when run from the installed location

2015-04-13 Thread Marin Dantchev
Marin Dantchev added the comment: This appears to have been fixed in ef491d76ac70. -- nosy: +morkov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17751 ___

<    1   2   3   4