Message 305363 - Python tracker

Message305363

Author serhiy.storchaka
Recipients nagayev, serhiy.storchaka
Date 2017-11-01.10:03:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509530590.44.0.213398074469.issue31918@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-11-01 10:03:10serhiy.storchakasetrecipients: + serhiy.storchaka, nagayev
2017-11-01 10:03:10serhiy.storchakasetmessageid: <1509530590.44.0.213398074469.issue31918@psf.upfronthosting.co.za>
2017-11-01 10:03:10serhiy.storchakalinkissue31918 messages
2017-11-01 10:03:10serhiy.storchakacreate