Issue 2520: macerrors.py cannot be imported due to non-ascii characters in comments (original) (raw)

Issue2520

Created on 2008-03-31 15:07 by thecube, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
macerrors.patch thecube,2008-03-31 15:07 macerrors.py patch
Messages (2)
msg64783 - (view) Author: John Buckley (thecube) Date: 2008-03-31 15:07
Cannot import macerrors due to non-ascii characters appearing in comments. Patch attached.
msg66118 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2008-05-02 21:57
Fixed in revision 62651 (trunk) and 62650 (2.5 branch) The fix doesn't use the attached patch, but explicitly sets a file encoding for this module.
History
Date User Action Args
2022-04-11 14:56:32 admin set github: 46772
2008-05-02 21:57:20 ronaldoussoren set status: open -> closedresolution: fixedmessages: + nosy: + ronaldoussoren
2008-03-31 15:07:20 thecube create