Senthil Kumaran <sent...@uthcode.com> added the comment:

Tracker stripped off the code. Here is it.

import urllib.request
urllib.request.urlretrieve('http://bugs.python.org')
('/tmp/tmpe873xe', <http.client.HTTPMessage object at 0xb72c2f6c>)
import os
os.stat('/tmp/tmpe873xe')
posix.stat_result(st_mode=33152, st_ino=4462517, st_dev=2054, st_nlink=1, 
st_uid=1000, st_gid=1000, st_size=33128, st_atime=1311608669, 
st_mtime=1311608670, st_ctime=1311608670)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12638>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to