[issue24754] argparse add_argument with action="store_true", type=bool should not crash

2015-08-22 Thread Konstantin Molchanov
Konstantin Molchanov added the comment: Although I agree that specifying type with store_true or store_false is unnecessary, this shouldn't really be an error like this. Why not just ignore type if it can't be utilized? The error message implies the usage of add_argument is erroneou

[issue24136] document PEP 448: unpacking generalization

2015-07-12 Thread Konstantin Molchanov
Changes by Konstantin Molchanov : Added file: http://bugs.python.org/file39919/replace_sequence_with_iterable.diff ___ Python tracker <http://bugs.python.org/issue24

[issue24136] document PEP 448: unpacking generalization

2015-07-12 Thread Konstantin Molchanov
Konstantin Molchanov added the comment: I've updated the Calls syntax reference in reference/expressions and the assignment object description in reference/simple_stmts. Please tell me if I'm generally doing OK. If I'm not, please guide me to the right direction. -- A

[issue24136] document PEP 448: unpacking generalization

2015-07-07 Thread Konstantin Molchanov
Konstantin Molchanov added the comment: @vadmium thanks for the assistance! I'll kick off with the reference then. P.S. Am I the only one who doesn't receive any emails from the tracker? I never got the registration link or a follow-up notification from this issue. Am I missing

[issue24136] document PEP 448

2015-07-06 Thread Konstantin Molchanov
Konstantin Molchanov added the comment: Hi! I'd like to update the docs with the examples of the new syntax usage. This is my first contribution to the Python docs, so I'd like to ask for some assistance. I'm going to start with adding an example to the tutorial (https://docs