[issue735515] urllib / urllib2 should cache 301 redirections

2009-12-28 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
dependencies:  -Patch for [ 735515 ] urllib2 should cache 301 redir
resolution:  - duplicate
status: open - closed
superseder:  - Patch for [ 735515 ] urllib2 should cache 301 redir

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue735515
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue735515] urllib / urllib2 should cache 301 redirections

2009-08-20 Thread Senthil

Changes by Senthil orsent...@gmail.com:


--
assignee:  - orsenthil

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue735515
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue735515] urllib / urllib2 should cache 301 redirections

2009-04-27 Thread Daniel Diniz

Daniel Diniz aja...@gmail.com added the comment:

Patch in issue 1755841.

--
dependencies: +Patch for [ 735515 ] urllib2 should cache 301 redir
nosy: +ajaksu2
versions: +Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue735515
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue735515] urllib / urllib2 should cache 301 redirections

2008-01-20 Thread Georg Brandl

Georg Brandl added the comment:

John, what did you have in mind?

--
nosy: +georg.brandl


Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue735515

___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue735515] urllib / urllib2 should cache 301 redirections

2008-01-20 Thread John J Lee

John J Lee added the comment:

In what respect?  I just meant that it would be nice (and more compliant
with the RFC) if rather than fetching the original URL each time, a map
of URLs to 301-redirected URLs was kept.

For urllib2, I suppose the map would be a private attribute of
HTTPRedirectHandler.

There's no obvious need to provide any interface to get the intermediate
URLs in the redirection chain.


Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue735515

___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue735515] urllib / urllib2 should cache 301 redirections

2008-01-05 Thread vila

Changes by vila:


--
nosy: +vila


Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue735515

___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com