[issue7256] parse_qs and parse_qsl in urlparse are not documented as New in version 2.6

2009-11-03 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r76095 and will backport. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue7256] parse_qs and parse_qsl in urlparse are not documented as New in version 2.6

2009-11-03 Thread Jeroen Habraken
New submission from Jeroen Habraken : The parse_qs and parse_qsl functions in the urlparse module seem to be new since version 2.6, though this is not documented, please add "New in version 2.6.". -- assignee: georg.brandl components: Documentation messages: 94860 nosy: VeXocide, georg