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 leewz
Recipients SilentGhost, georg.brandl, leewz, martin.panter
Date 2016-04-20.13:10:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461157846.86.0.184578371493.issue26809@psf.upfronthosting.co.za>
In-reply-to
Content
(Never mind that last bit. I see it now.)

> I agree that the namespace pollution is a valid bug. It affects “from string import *” and dir(string).

How do I get this behavior for `dir`? I get '_re' in `dir(string)`.
History
Date User Action Args
2016-04-20 13:10:46leewzsetrecipients: + leewz, georg.brandl, SilentGhost, martin.panter
2016-04-20 13:10:46leewzsetmessageid: <1461157846.86.0.184578371493.issue26809@psf.upfronthosting.co.za>
2016-04-20 13:10:46leewzlinkissue26809 messages
2016-04-20 13:10:46leewzcreate