[issue39079] help() modifies the string module

Alfred Morgan report at bugs.python.org
Tue Dec 17 13:52:27 EST 2019


New submission from Alfred Morgan <alfred at 54.org>:

import string
a = string.letters
help(int)
b = string.letters
a == b # False

----------
components: Library (Lib)
messages: 358564
nosy: Zectbumo
priority: normal
severity: normal
status: open
title: help() modifies the string module
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39079>
_______________________________________


More information about the Python-bugs-list mailing list