]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
allow any type with __getitem__ to be a mapping for the purposes of % (#15801)
authorBenjamin Peterson <benjamin@python.org>
Sun, 24 Mar 2013 03:32:00 +0000 (22:32 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 24 Mar 2013 03:32:00 +0000 (22:32 -0500)
commitda2c7ebd234fc904f6d6de2191eb5f72e8992c95
treefe5ea090417c5bb6a82e9ea3a7d1421b5227127b
parent7e2f197a2bc3d15ff8c504154f48a3c2435c992f
allow any type with __getitem__ to be a mapping for the purposes of % (#15801)
Lib/test/string_tests.py
Misc/NEWS
Objects/stringobject.c
Objects/unicodeobject.c