[issue1708316] doctest work with Windows PyReadline

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1708316] doctest work with Windows PyReadline

2014-12-31 Thread A.M. Kuchling
Changes by A.M. Kuchling a...@amk.ca: -- nosy: -akuchling ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1708316 ___ ___ Python-bugs-list mailing

[issue1708316] doctest work with Windows PyReadline

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: http://mail.scipy.org/pipermail/ipython-user/2007-April/004299.html talks about a patch to work around this problem. I think this is what the originator is talking about in msg99887 as in Since I only use the supported version of pyreadline, the error no

[issue1708316] doctest work with Windows PyReadline

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna florent.xicl...@gmail.com: -- components: +Windows ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1708316 ___ ___

[issue1708316] doctest work with Windows PyReadline

2010-08-03 Thread Terry J. Reedy
Terry J. Reedy tjre...@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:

[issue1708316] doctest work with Windows PyReadline

2010-02-22 Thread A.M. Kuchling
A.M. Kuchling li...@amk.ca added the comment: Does the attached, slightly simpler patch, also fix it? The patch just sets the .encoding attribute after creating it with _SpoofOut(). The revised patch doesn't seem to break anything on MacOS; I don't have access to Windows to test whether it

[issue1708316] doctest work with Windows PyReadline

2010-02-22 Thread manuelg
manuelg manue...@users.sourceforge.net added the comment: The supported version and the trunk of pyreadline launchpad.net/pyreadline no long relies on sys.stdout for the encoding for the Windows console. Getting .encoding from sys.__stdout__ seems reasonable. If taken from sys.stdout at very

[issue1708316] doctest work with Windows PyReadline

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +patch versions: +Python 2.5, Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1708316 _ ___ Python-bugs-list