id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	branch	branch_author	launchpad_bug
5714	Use Exception.args instead of iterating over it	vperic	vperic	In Python 3, it is no longer possible to iterate over an exception, because the __getitem__ method is no longer supported. The solution is to use args to access what we need.	task	new	normal	Python-3.x	core		py3k		branches/except-args-5714	vperic	
