]> granicus.if.org Git - python/commit
Add a test that checks that filter() honors the sq_item slot for
authorWalter Dörwald <walter@livinglogic.de>
Tue, 4 Feb 2003 17:04:01 +0000 (17:04 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 4 Feb 2003 17:04:01 +0000 (17:04 +0000)
commit5e61e24d5527246e1602ce6ad428248f5f4eda94
treedefb4d8b7048f7a741eccc73dea707f7920c1d1c
parent531e000d2e6c15b7a83018d8c663770c012ee98e
Add a test that checks that filter() honors the sq_item slot for
str and unicode subclasses not just for generating the output
but for testing too.
Lib/test/test_builtin.py