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, mark.dickinson, steven.daprano
Date 2019-12-17.21:05:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576616728.68.0.0266253895394.issue39079@roundup.psfhosted.org>
In-reply-to
Content
I *can* reproduce, on macOS 10.14.6, Python 2.7.17 (from macports).

Python 2.7.17 (default, Oct 20 2019, 14:46:50) 
[GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.46.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import string
>>> string.letters
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
>>> help(int)  # brings up pager; page through to the end

>>> string.letters
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'
History
Date User Action Args
2019-12-17 21:05:28mark.dickinsonsetrecipients: + mark.dickinson, steven.daprano, Zectbumo
2019-12-17 21:05:28mark.dickinsonsetmessageid: <1576616728.68.0.0266253895394.issue39079@roundup.psfhosted.org>
2019-12-17 21:05:28mark.dickinsonlinkissue39079 messages
2019-12-17 21:05:28mark.dickinsoncreate