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.

Author jmbc
Recipients jmbc
Date 2017-11-25.11:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511610769.78.0.213398074469.issue32131@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, the description was missing.

parse.py crashes if provided with unicode data like "voilà" :

[wsgi:error] [pid 20335] [client 127.0.0.1:44658] UnicodeEncodeError: 'ascii' codec can't encode character '\\xe0' in position 314: ordinal not in range(128)

The "encoding" parameters looks missing in parse.py, so I included it.
History
Date User Action Args
2017-11-25 11:52:49jmbcsetrecipients: + jmbc
2017-11-25 11:52:49jmbcsetmessageid: <1511610769.78.0.213398074469.issue32131@psf.upfronthosting.co.za>
2017-11-25 11:52:49jmbclinkissue32131 messages
2017-11-25 11:52:49jmbccreate