[issue15090] Add etag support to urllib.request.urlretrieve()

2012-06-17 Thread Raymond Hettinger
New submission from Raymond Hettinger raymond.hettin...@gmail.com: Add an optional argument to urlretrieve to specify an etag for previously downloaded content: urlretrieve('example.com/data.txt', etag=105800d-4af6-4c29d893d69c0) That optional argument would add the following to the

[issue15090] Add etag support to urllib.request.urlretrieve()

2012-06-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15090 ___ ___ Python-bugs-list

[issue15090] Add etag support to urllib.request.urlretrieve()

2012-06-17 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: urlretrieve() is the old urllib interface. You probably want to improve the urllib2-inherited urlopen() instead. -- nosy: +orsenthil, pitrou versions: +Python 3.3 -Python 3.4 ___ Python tracker

[issue15090] Add etag support to urllib.request.urlretrieve()

2012-06-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15090 ___ ___ Python-bugs-list mailing list