[docs] [issue18007] CookieJar expects request objects with origin_req_host attribute instead of method

Senthil Kumaran report at bugs.python.org
Wed May 22 08:09:53 CEST 2013


Senthil Kumaran added the comment:

Hello Simon,

Thanks for bringing this to attention. Since get_origin_req_host has been under deprecation was a release, I thought it was safe to remove that. Agree that documentation of "cookiejar" methods, which had a dependency on the change should have been fixed.

Here is patch attempting to do that. If this is okay, I shall go with committing this change in 3.3 and 3.4.

----------
assignee: docs at python -> orsenthil
keywords: +patch
stage:  -> patch review
versions: +Python 3.4
Added file: http://bugs.python.org/file30336/18007.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18007>
_______________________________________


More information about the docs mailing list