This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove the deprecated methods of Request class
Type: behavior Stage: resolved
Components: Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: orsenthil Nosy List: orsenthil, python-dev
Priority: normal Keywords:

Created on 2013-03-19 00:16 by orsenthil, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg184565 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2013-03-19 00:16
Number of methods of Request class were deprecated in 3.3 #10050
This issue to to track their removal in 3.4.
msg184575 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-03-19 01:02
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
msg184737 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-03-20 04:25
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 'default':
#17474 - merge from 3.3. Update default Docs with versionchanged markup on what's removed
http://hg.python.org/cpython/rev/ed6817ff19b8
History
Date User Action Args
2022-04-11 14:57:43adminsetgithub: 61676
2013-03-20 04:25:00python-devsetmessages: + msg184737
2013-03-19 01:03:12orsenthilsetstatus: open -> closed
resolution: fixed
stage: resolved
2013-03-19 01:02:53python-devsetnosy: + python-dev
messages: + msg184575
2013-03-19 00:16:16orsenthilcreate