[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: https://ma

[issue1708316] doctest work with Windows PyReadline

2014-12-31 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- nosy: -akuchling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[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 long

[issue1708316] doctest work with Windows PyReadline

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue1708316] doctest work with Windows PyReadline

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

[issue1708316] doctest work with Windows PyReadline

2010-02-22 Thread manuelg
manuelg 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 last moment, only referencing

[issue1708316] doctest work with Windows PyReadline

2010-02-22 Thread A.M. Kuchling
A.M. Kuchling 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 still fixes t

[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]> _ ___ Python-bugs-li