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 takluyver
Recipients barry, r.david.murray, takluyver
Date 2015-01-28.22:46:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422485218.78.0.623980630353.issue23342@psf.upfronthosting.co.za>
In-reply-to
Content
Another question: With this patch, CalledProcessError and TimeoutExceeded exceptions now have attributes called output and stderr. It would seem less surprising for output to be called stdout, but we can't break existing code that relies on the output attribute.

Using properties, either stdout or output could be made an alias for the other, so both names work. Is this desirable?
History
Date User Action Args
2015-01-28 22:46:58takluyversetrecipients: + takluyver, barry, r.david.murray
2015-01-28 22:46:58takluyversetmessageid: <1422485218.78.0.623980630353.issue23342@psf.upfronthosting.co.za>
2015-01-28 22:46:58takluyverlinkissue23342 messages
2015-01-28 22:46:58takluyvercreate