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 ezio.melotti
Recipients brian.curtin, ezio.melotti
Date 2011-04-30.02:38:43
SpamBayes Score 5.8210425e-10
Marked as misclassified No
Message-id <1304131125.38.0.0233543629153.issue11961@psf.upfronthosting.co.za>
In-reply-to
Content
You can indent the "attribute" directives and avoid to repeat "STARTUPINFO." before every attribute. If STD_INPUT_HANDLE and the other constants are attributes of STARTUPINFO they should be indented too, otherwise a line that says that subprocess also provides those at module level might be better.
Another short note at the beginning of the section that mentions that this class/attributes are available on Windows only would be good too.
There's also some trailing whitespace that should be removed.
History
Date User Action Args
2011-04-30 02:38:45ezio.melottisetrecipients: + ezio.melotti, brian.curtin
2011-04-30 02:38:45ezio.melottisetmessageid: <1304131125.38.0.0233543629153.issue11961@psf.upfronthosting.co.za>
2011-04-30 02:38:44ezio.melottilinkissue11961 messages
2011-04-30 02:38:43ezio.melotticreate