This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: macerrors.py cannot be imported due to non-ascii characters in comments
Type: behavior Stage:
Components: Library (Lib), macOS Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ronaldoussoren, thecube
Priority: normal Keywords: patch

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:32adminsetgithub: 46772
2008-05-02 21:57:20ronaldoussorensetstatus: open -> closed
resolution: fixed
messages: + msg66118
nosy: + ronaldoussoren
2008-03-31 15:07:20thecubecreate