Issue 21843: Fix doctest in unicodeless build (original) (raw)

Issue21843

Created on 2014-06-24 07:23 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doctest.patch serhiy.storchaka,2014-06-24 07:23 review
Messages (1)
msg221415 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-06-24 07:23
Proposed patch fixes the doctest module and it's tests for Python built with the --disable-unicode configure option.
History
Date User Action Args
2022-04-11 14:58:05 admin set github: 66042
2017-04-20 17:09:11 serhiy.storchaka set status: open -> closedresolution: rejectedstage: patch review -> resolved
2014-06-24 07:36:33 serhiy.storchaka set dependencies: + Fix unicodeless build of Python
2014-06-24 07:23:16 serhiy.storchaka create