[issue17947] Code, test, and doc review for PEP-0435 Enum

2013-05-11 Thread Nick Coghlan
Nick Coghlan added the comment: I also created issue 17959 to track a legitimate concern with the current aliasing design, without impacting incorporation of the accepted PEP. -- ___ Python tracker ___

[issue17959] Alternate approach to aliasing for PEP 435

2013-05-11 Thread Alex Gaynor
Alex Gaynor added the comment: This would preclude code like: class Shape(Enum): rectangle = shape = 2 which seems (to me) to be the most reasonable way to express aliasing. -- nosy: +alex ___ Python tracker __

[issue17890] argparse: mutually exclusive groups full of suppressed args can cause AssertionErrors

2013-05-11 Thread Yogesh Chaudhari
Yogesh Chaudhari added the comment: @Terry: Thanks for the info. I seem to have the elusive "*" after my username now. I am not sure how this works, but can you review/test/apply the patch now? -- ___ Python tracker

[issue17940] extra code in argparse.py

2013-05-11 Thread Yogesh Chaudhari
Yogesh Chaudhari added the comment: I guess that was simple enough. I am new to this issue tracker for Cpython. How will the patch review/commit proceed? -- ___ Python tracker _

<    1   2