]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
initializing _labels to an empty list so that the other methods don't throw exception...
authorDiana Clarke <diana.joan.clarke@gmail.com>
Sat, 17 Nov 2012 20:28:50 +0000 (15:28 -0500)
committerDiana Clarke <diana.joan.clarke@gmail.com>
Sat, 17 Nov 2012 20:28:50 +0000 (15:28 -0500)
commit40071dbda4c2467f10a1ef217ce1d6e64058fba3
tree02126593dc602dff8617b8b78846d4d6ce1a6d32
parentdbdd0fdd48bc0baf13a614fd193ad4fd6f697840
initializing _labels to an empty list so that the other methods don't throw exceptions in the None labels case, but rather return (), [], or {}. this is not backwards compatible, but doubt anyone is relying on those exceptions #2601
lib/sqlalchemy/util/_collections.py
test/base/test_utils.py