Georg Brandl added the comment:

Whatsnew: yes please.

As for your second point, I assume Raymond wanted to exemplify usage with an 
"unfortunate" API that prints to stderr with no option to change it.  It just 
turned out that dis() is not one of those APIs.

For purposes of print(), you're almost always better off using file=x on each 
print you do.

----------
nosy: +georg.brandl

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

Reply via email to