[issue29442] Use argparse and drop dirty optparse hacks in setup.py

2017-02-19 Thread Xavier de Gaye
Xavier de Gaye added the comment: > I'm not familiar with CPython conventions. Sorry if reopening an issue is > impolite. IMO asking if it's ok to reopen this issue by using the word 'impolite' is a clear reference to the fact that Stefan had told you previously that you are being insulting

[issue22273] abort when passing certain structs by value using ctypes

2017-02-19 Thread Vinay Sajip
Changes by Vinay Sajip : -- nosy: +vinay.sajip ___ Python tracker ___ ___

[issue29436] Compilation failure against Android NDK r14 beta 2

2017-02-19 Thread Xavier de Gaye
Xavier de Gaye added the comment: > For me it's good to fix things as soon as possible. The problem here is that you are attempting to push a change through a PR without providing the other core developers with important information. You should at least have given a reference to issue 29040

[issue29598] Write unit tests for pdb module

2017-02-19 Thread Artem Muterko
New submission from Artem Muterko: I want to write unit tests for pdb module of stdlib. Should I create one pull request for entire module or should I split work into several pull requests? -- ___ Python tracker

[issue29598] Write unit tests for pdb module

2017-02-19 Thread Artem Muterko
Changes by Artem Muterko : -- components: Tests nosy: Artem Muterko priority: normal severity: normal status: open title: Write unit tests for pdb module versions: Python 3.7 ___ Python tracker

[issue16285] Update urllib quoting to RFC 3986

2017-02-19 Thread Ratnadeep Debnath
Ratnadeep Debnath added the comment: Created a pull request for the attached patch along with update of related docstrings. -- ___ Python tracker ___

[issue16285] Update urllib quoting to RFC 3986

2017-02-19 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +139 ___ Python tracker ___

[issue29520] Documentation uses deprecated "defindex.html" Sphinx template

2017-02-19 Thread tomo cocoa
tomo cocoa added the comment: As for CPython documents, these uses only one assignment statement (``{% set ... %}``) [1]_, one h1 element and one p element [2]_ of defindex.html. These fragments are used to generate following sentences:: Python 3.6.0 documentation Welcome! This is the

[issue29581] __init_subclass__ causes TypeError when used with standard library metaclasses (such as ABCMeta)

2017-02-19 Thread Nick Coghlan
Nick Coghlan added the comment: This is going to be the case anytime an attempt is made to combine parent classes with incompatible constructor signatures. "type" is unusual in that it goes to great lengths to present an adaptive signature that aligns with whatever the class definition does.

<    1   2