Re: urllib download insanity

2005-05-12 Thread Paul Rubin
Skip Montanaro <[EMAIL PROTECTED]> writes: > Timothy> downloading the OLD file i've deleted! if i download it via IE, > Timothy> i get the new file. SO, my only conculsion is that urllib is > Timothy> caching it some where. BUT i'm already calling urlcleanup(), so > Timothy> what el

Re: urllib download insanity

2005-05-12 Thread Andrew Dalke
Timothy Smith wrote: > ok what i am seeing is impossible. > i DELETED the file from my webserver, uploaded the new one. when my app > logs in it checks the file, if it's changed it downloads it. the > impossible part, is that on my pc is downloading the OLD file i've > deleted! if i download it

Re: urllib download insanity

2005-05-12 Thread Skip Montanaro
Timothy> i DELETED the file from my webserver, uploaded the new Timothy> one. when my app logs in it checks the file, if it's changed it Timothy> downloads it. the impossible part, is that on my pc is Timothy> downloading the OLD file i've deleted! if i download it via IE, Timo

urllib download insanity

2005-05-11 Thread Timothy Smith
ok what i am seeing is impossible. i DELETED the file from my webserver, uploaded the new one. when my app logs in it checks the file, if it's changed it downloads it. the impossible part, is that on my pc is downloading the OLD file i've deleted! if i download it via IE, i get the new file. SO,