[Python-Dev] okay to remove argparse.all? (original) (raw)
Steven Bethard steven.bethard at gmail.com
Mon Nov 1 15:48:48 CET 2010
- Previous message: [Python-Dev] Change to logging Formatters: support for alternative format styles
- Next message: [Python-Dev] okay to remove argparse.__all__?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I think the easiest and most sensible way to address http://bugs.python.org/issue9353 is to simply remove the all definition from argparse - everything that doesn't start with an underscore in the module is already meant to be exposed.
But then I wonder - is all considered part of the public API of a module? Or is it okay to just remove it and assume that no one should have been accessing it directly anyway?
Steve
Where did you get that preposterous hypothesis? Did Steve tell you that? --- The Hiphopopotamus
- Previous message: [Python-Dev] Change to logging Formatters: support for alternative format styles
- Next message: [Python-Dev] okay to remove argparse.__all__?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]