id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	branch	branch_author	launchpad_bug
6198	'in' operator support not implemented for twisted.python.modules.PythonPath	itamar	exarkun	"{{{
>>> from twisted.python.modules import theSystemPath
>>> theSystemPath[""os""]
PythonModule<'os'>
>>> ""os"" in theSystemPath
Traceback (most recent call last):
  File ""<stdin>"", line 1, in <module>
  File ""twisted/python/modules.py"", line 699, in __getitem__
    if '.' in modname:
TypeError: argument of type 'int' is not iterable
}}}
"	defect	closed	low		core	fixed		fs@…	branches/modules-contains-6198	exarkun	
