Comment 5 for bug 525366

Revision history for this message
Allison Randal (allison) wrote :

I committed the fix for deleting keys in revision 113. The new lists test is now passing. The dict test is failing, but it's because of a bug in "if...in" (which reports true no matter what you put in the string). The dict key is actually removed by del now, as shown by the test I added in revision 114. Will fix the 'in' test next.