Patches item #1515745, was opened at 2006-07-02 13:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1515745&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Petr Gladkikh (batyi) Assigned to: Nobody/Anonymous (nobody) Summary: urllib2 redirection fix Initial Comment: When redirecting to a new URL, new request is missing attached data (e.g. when redirecting POST or PUT). Thus redirected request will be different than original one. The patch fixes this problem. My environment is: OS: WindowsXP, Python version: ActivePython 2.4.2 Build 10 (ActiveState Corp.) based on Python 2.4.2 (#67, Jan 17 2006, 15:36:03) [MSC v.1310 32 bit (Intel)] on win32 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1515745&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
