Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable Explorer does not show sets #2355

Closed
stuppie opened this issue Apr 24, 2015 · 1 comment
Closed

Variable Explorer does not show sets #2355

stuppie opened this issue Apr 24, 2015 · 1 comment

Comments

@stuppie
Copy link

stuppie commented Apr 24, 2015

IPython >=0.13 : 3.0.0 (OK)
matplotlib >=1.0: 1.3.1 (OK)
pandas >=0.13.1 : 0.13.1 (OK)
pep8 >=0.6 : 1.6.2 (OK)
psutil >=0.3 : 2.2.1 (OK)
pyflakes >=0.6.0: 0.8.1 (OK)
pygments >=1.6 : 2.0.2 (OK)
pylint >=0.25 : 1.4.1 (OK)
rope >=0.9.2 : 0.9.4-1 (OK)
sphinx >=0.6.6 : 1.2.2 (OK)
sympy >=0.7.0 : 0.7.6 (OK)
zmq >=2.1.11 : 14.5.0 (OK)
Spyder 2.3.2
Python 3.4.0 64bits, Qt 4.8.6, PyQt4 (API v2) 4.10.4 on Linux

Steps to reproduce:

x = {'a','b','c'}
Look in variable explorer. No variable named x appears

Expected behavior:
show 'x' in variable explorer

Also:

xlist1 = [{'a','b','c'}]
does not work, while,
xlist2 = ['foo',{'a','b','c'}]
does.
screenshot-xlist2 - list 2 elements
The str representation looks good, but it it getting thr wrong length

@ccordoba12
Copy link
Member

Thanks for reporting. We'll see what we can do about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants