Issue 21841: Fix xml.sax in unicodeless build (original) (raw)

Issue21841

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

Files
File name Uploaded Description Edit
xml_sax.patch serhiy.storchaka,2014-06-24 07:17 review
Messages (1)
msg221412 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-06-24 07:17
Proposed patch fixes the xml.sax 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: 66040
2017-04-20 17:09:26 serhiy.storchaka set status: open -> closedresolution: rejectedstage: patch review -> resolved
2014-06-24 07:21:43 serhiy.storchaka set nosy: + benjamin.petersondependencies: + Fix unicodeless build of Python
2014-06-24 07:17:11 serhiy.storchaka create