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

Saving variables does not retain uppercase letters of variable names #1169

Closed
spyder-bot opened this issue Feb 17, 2015 · 3 comments
Closed

Comments

@spyder-bot
Copy link
Collaborator

From estbiost...@gmail.com on 2012-10-07T17:47:07Z

Spyder Version: 2.1.9
Python Version: 2.7.2
Qt Version: 4.7.4, PyQt4 (API v1) 4.8.6 on Windows

What steps will reproduce the problem?

1.from interactive console type 'myTest = "myTest"' and 'mytest1 = "mytest1"'
2.click on save data as... save it to spydata file
3.from ipython type "reset" or from python delete variables
4. click "import data" and load file What is the expected output? What do you see instead? one would expect two variables: myTest with string "myTest" and a second
variable of mytest1 with string "mytest1".
instead one gets the two variables mytest and mytest1 with values "myTest" and "mytest1" respectively.

Please provide any additional information below

. additionally if one makes the variables "myTest" and "mytest" saves and loads them, only one variable returns with value of "myTest"

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1169

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2012-10-08T10:12:53Z

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

Labels: Cat-VariableExplorer MS-v2.2

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2012-11-06T13:21:54Z

This issue was updated by revision 804b3ee1af1b .

Status: Fixed

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2013-01-04T10:06:30Z

issue #1202 has been merged into this issue.

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

1 participant