[issue9353] argparse __all__ is incomplete

2010-11-01 Thread Steven Bethard
Steven Bethard steven.beth...@gmail.com added the comment: Fixed in 3.X in r86086 and in 2.7 in r86087. -- assignee: - bethard resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9353

[issue9353] argparse __all__ is incomplete

2010-07-23 Thread Steven Bethard
New submission from Steven Bethard steven.beth...@gmail.com: [Moved from http://code.google.com/p/argparse/issues/detail?id=75] What steps will reproduce the problem? 1. import argparse 2. print dir(argparse) 3. print argparse.__all__ Compare the output for public methods and attributes from