This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients a.badger, eric.araujo, georg.brandl, gregory.p.smith, martin.panter, orsenthil, pitrou, serhiy.storchaka, terry.reedy
Date 2015-04-07.13:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428412228.76.0.546154403868.issue10838@psf.upfronthosting.co.za>
In-reply-to
Content
IMO the two documented exceptions should definitely be added to __all__.

Not so sure, but list2cmdline() should probably be left out, with a comment explaining the decision. It is not mentioned in the main documentation that I can find, but it is mentioned in the doc string of the “subprocess” module. If it is only meant to be an internal detail, it shouldn’t be mentioned by name. If it is an external API (which I doubt), it should be documented better and added to __all__.
History
Date User Action Args
2015-04-07 13:10:28martin.pantersetrecipients: + martin.panter, georg.brandl, terry.reedy, gregory.p.smith, orsenthil, pitrou, eric.araujo, a.badger, serhiy.storchaka
2015-04-07 13:10:28martin.pantersetmessageid: <1428412228.76.0.546154403868.issue10838@psf.upfronthosting.co.za>
2015-04-07 13:10:28martin.panterlinkissue10838 messages
2015-04-07 13:10:28martin.pantercreate