﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20466	Idiomatic Python: use lists instead of tuples where appropriate	Patryk Zawadzki	Patryk Zawadzki	"Currently most of the documented lists are actually tuples. This is uncalled for and not really pythonic.

Python authors have already stated that `tuple` was not a frozen list. Let's stick to using tuples where tuples fit, eg. where a `namedtuple` could be used instead but would be an overkill."	Cleanup/optimization	closed	Documentation	dev	Normal	wontfix			Accepted	0	0	0	0	0	0
