-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix exceptions in File.__getitem__() (h/t @kmulvaney) (#22)
* fix exceptions in File.__getitem__() (h/t @kmulvaney) - commit 310c751 introduced Python 3-specific syntax (raise … from …) that broke Python 2. Replace with a method from python-future. * move raise_from import to pycompat submodule * fix undeclared encoding in test_gdx.py * remove an unnecessary Unicode character in File.info() * complete previous
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters