[issue31918] Don't let all python code modify modules

Serhiy Storchaka report at bugs.python.org
Wed Nov 1 06:03:10 EDT 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

You haven't modified the os module. You have just binded a new value to the os variable. You can assign arbitrary values to your variables, this is a feature of Python.

----------
nosy: +serhiy.storchaka
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list