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

Fix missing exception on Windows when importing data on the Variable Explorer #2639

Merged
merged 1 commit into from
Aug 24, 2015
Merged

Conversation

ptocca
Copy link
Contributor

@ptocca ptocca commented Aug 24, 2015

This fixes an issue at least on Windows while tring to load data saved earlier in the Variable Explorer
At least on Windows, pickle can raise a UnicodeDecodeError when the new format file is opened without mode='wb'. This was not caught and resulted in the failure of the loading of the data.

This fixes an issue at least on Windows while tring to load data saved earlier in the Variable Explorer
At least on Windows, pickle can raise a UnicodeDecodeError when the new format file is opened without mode='wb'. This was not caught and resulted in the failure of the loading of the data.
@ccordoba12 ccordoba12 added this to the v2.3.6 milestone Aug 24, 2015
@ccordoba12 ccordoba12 changed the title Fix missing Exception (Windows) Fix missing exception on Windows when importing data on the Variable Explorer Aug 24, 2015
ccordoba12 added a commit that referenced this pull request Aug 24, 2015
Fix missing exception on Windows when importing data on the Variable Explorer
@ccordoba12 ccordoba12 merged commit 23fcb65 into spyder-ide:master Aug 24, 2015
ccordoba12 added a commit that referenced this pull request Aug 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants