[wingide-users] Bug (or feature?) in the "Stack data" Tool Area
Denis Kirienko
denis.kirienko at gmail.com
Fri Sep 14 08:28:57 EDT 2012
Hello,
> Apparently this is what Python 3.2 does. In that context:
>
>>>> locals()
> {'__module__': '__main__', '__locals__': {...}}
>>>> locals()['__locals__']
> {'__module__': '__main__', '__locals__': {...}}
>>>> locals()['__locals__']['__locals__']
> {'__module__': '__main__', '__locals__': {...}}
>
> We may want to omit __locals__ from our display, though I'd like to
> understand the motivation behind this better before we do that.
No, thanks. If this is a python behaviour. keep it as is.
--
Denis
More information about the wingide-users
mailing list