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 mark.dickinson
Recipients Zectbumo, eric.smith, mark.dickinson, steven.daprano
Date 2019-12-17.21:20:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576617641.78.0.652083971804.issue39079@roundup.psfhosted.org>
In-reply-to
Content
Here's where `string.letters` is reassigned: https://github.com/python/cpython/blob/5f2c1345a79f205c680ed6e0a6ed44199546d79e/Modules/_localemodule.c#L136-L147

That code looks like it's exercised whenever setlocale is (or possibly just when LC_CTYPE is changed). I haven't yet figured out which part of the help machinery causes that.
History
Date User Action Args
2019-12-17 21:20:41mark.dickinsonsetrecipients: + mark.dickinson, eric.smith, steven.daprano, Zectbumo
2019-12-17 21:20:41mark.dickinsonsetmessageid: <1576617641.78.0.652083971804.issue39079@roundup.psfhosted.org>
2019-12-17 21:20:41mark.dickinsonlinkissue39079 messages
2019-12-17 21:20:41mark.dickinsoncreate