[issue9584] Allow curly brace expansion

Ezio Melotti report at bugs.python.org
Mon May 9 16:04:57 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

+        if sub.find(',') != -1:
Please use the 'in' operator here.

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9584>
_______________________________________


More information about the Python-bugs-list mailing list