Thomas Kluyver added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23342>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to