[Sqlalchemy-commits] commit/sqlalchemy: youknowone: `index_property` catches IndexError as well as
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-06 03:47:14
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5a2d2f47d668/ Changeset: 5a2d2f47d668 Branch: master User: youknowone Date: 2016-07-05 22:24:47+00:00 Summary: `index_property` catches IndexError as well as KeyError It was raising AttributeError for key accessing in dict, but raising IndexError for index accessing in array. Change-Id: I58a2252a9e8d7f78cabcefcbe7223a4f3a729115 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |