I have a weird quirk with the M2Crypto module and I hope someone would be able
to point me in the right direction. I am working with a colleague to develop
an internal tool to check SSL certificates on a list of IPv4 addresses obtained
via stdin.
We are using M2Crypto to help with validating
When I attempt to open 2 different pages on the same site I get 2 copies
of the first page. ??
ie
links = [ 'http://site.org/foo/1/bar',
'http://site.org/foo/2/bar' ]
for url in links:
print "url:", url
f = urlopen(url, params)
print "Actual url:", f.geturl()
On Win XP 64bit, Python 2.6.1 64bit
I am trying to rename files by their creation time.
It seems the time module is too smart for its own good here.
time.localtime(os.path.getctime(f)) returns a value one hour off from
what windows reports for files that were created when Daylight savings
tim
r wrote:
On Jan 14, 4:43 pm, Terry Reedy wrote:
[snip]
I think the 'main' IDLE maintainer is no longer active. I think someone
who would do more than fix critical bugs might be welcome.
Hello Terry,
That's what i was beginning to think. I am not quite ready (as far as
my skills are concerned