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 kulikjak
Recipients kulikjak
Date 2019-06-19.07:57:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560931050.81.0.0200959048394.issue37335@roundup.psfhosted.org>
In-reply-to
Content
Locale coercion tests on Solaris are failing because 646 ASCII alias is not recognized. Its addition into the _handle_output_variations function fixes this problem.

This was changed/fixed in Python 3.8 and later, where aliases are correctly translated to their canonical Python codec name so no patch is needed there.
History
Date User Action Args
2019-06-19 07:57:30kulikjaksetrecipients: + kulikjak
2019-06-19 07:57:30kulikjaksetmessageid: <1560931050.81.0.0200959048394.issue37335@roundup.psfhosted.org>
2019-06-19 07:57:30kulikjaklinkissue37335 messages
2019-06-19 07:57:30kulikjakcreate