Commit 4579636
committed
Correctly identify cache keys from the current item
The 2to3 conversion changed the `has_key` to `in` but in this instance,
the class overrides `__contains__` in a way that changes the semantics
of it.1 parent 7419397 commit 4579636
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
621 | 624 | | |
622 | 625 | | |
623 | 626 | | |
| |||
0 commit comments