Message 224582 - Python tracker

Message224582

Author BreamoreBoy
Recipients BreamoreBoy, barry, ethan.furman, mark, serhiy.storchaka
Date 2014-08-02.19:06:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407006362.15.0.0171407927953.issue22123@psf.upfronthosting.co.za>
In-reply-to
Content
As a work around for the originator how about

>>> pyobject = object # keep reference to built-in.
>>> from types import SimpleNamespace as object
>>> help(object)
Help on class SimpleNamespace in module types:
...

???
History
Date User Action Args
2014-08-02 19:06:02BreamoreBoysetrecipients: + BreamoreBoy, barry, mark, ethan.furman, serhiy.storchaka
2014-08-02 19:06:02BreamoreBoysetmessageid: <1407006362.15.0.0171407927953.issue22123@psf.upfronthosting.co.za>
2014-08-02 19:06:02BreamoreBoylinkissue22123 messages
2014-08-02 19:06:02BreamoreBoycreate