[issue17474] Remove the deprecated methods of Request class

2013-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset d805cfa523ec by Senthil Kumaran in branch '3.3': #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti http://hg.python.org/cpython/rev/d805cfa523ec New changeset ed6817ff19b8 by Senthil Kumaran in branch 'defau

[issue17474] Remove the deprecated methods of Request class

2013-03-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset b5980b1171d0 by Senthil Kumaran in branch 'default': #17474 - Remove the various deprecated methods of Request class. http://hg.python.org/cpython/rev/b5980b1171d0 -- nosy: +python-dev ___ Python tracker

[issue17474] Remove the deprecated methods of Request class

2013-03-18 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue17474] Remove the deprecated methods of Request class

2013-03-18 Thread Senthil Kumaran
New submission from Senthil Kumaran: Number of methods of Request class were deprecated in 3.3 #10050 This issue to to track their removal in 3.4. -- assignee: orsenthil messages: 184565 nosy: orsenthil priority: normal severity: normal status: open title: Remove the deprecated methods o