﻿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
27592	QueryDict docs don't mention that iter methods are available only on Python 2	Tzu-ping Chung	nobody	The documentation does not make distinctions between Python 2 and 3 APIs, and lists both iter- and non-iter- methods. This gives an impression that both names are available for all Python versions, while in fact Python 3 does not have the iterator-based methods under iter- names. While the rule makes sense (being consistent with core Python), it should be made clear in documentation.	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Accepted	1	0	0	0	0	0
