Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment:
The patch is indeed simple.
A minor stylistic remark: instead of
for c in classes:
del cnf[c[0]]
it would be clearer to write
for k, v in classes:
del cnf[v]
like the other loop does, 3 lines after.
Please apply.
----------
keywords: -needs review
nosy: +amaury.forgeotdarc
_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1658>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com