[issue1708316] doctest work with Windows PyReadline

Terry J. Reedy report at bugs.python.org
Wed Aug 4 06:32:11 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

While it could be argued that this is a bugfix, I think changing test modules in bugfix releases should be avoided.

I would think that the simplest patch would be 
 
+        encoding = sys.__stdout__.encoding

in _Spoofout

----------
nosy: +tjreedy
stage:  -> patch review
type:  -> feature request
versions: +Python 3.2 -Python 2.5, Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1708316>
_______________________________________


More information about the Python-bugs-list mailing list