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 serhiy.storchaka
Recipients a.badger, eric.araujo, georg.brandl, gregory.p.smith, orsenthil, pitrou, serhiy.storchaka, terry.reedy
Date 2015-04-06.20:08:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428350917.12.0.664052878596.issue10838@psf.upfronthosting.co.za>
In-reply-to
Content
For now there are three non-underscored names in subprocess that are missed in __all__: SubprocessError, TimeoutExpired, and list2cmdline. SubprocessError and TimeoutExpired are documented.
History
Date User Action Args
2015-04-06 20:08:37serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, terry.reedy, gregory.p.smith, orsenthil, pitrou, eric.araujo, a.badger
2015-04-06 20:08:37serhiy.storchakasetmessageid: <1428350917.12.0.664052878596.issue10838@psf.upfronthosting.co.za>
2015-04-06 20:08:37serhiy.storchakalinkissue10838 messages
2015-04-06 20:08:37serhiy.storchakacreate