Re: gmtime

2010-01-31 Thread pograph
On Jan 31, 4:01 pm, gazza wrote: > On Jan 31, 3:27 pm, gazza wrote: > > > Hi, > > > I am trying to discover how to obtain the correct time of say CST/ > > America and EST/America in python? > > > Any help on this would be appreciated. > > > Thanks, > > Garyc > > I found some information. Someone

Re: console command to get the path of a function

2009-12-20 Thread pograph
On Dec 20, 12:02 pm, Terry Reedy wrote: > On 12/20/2009 7:45 AM, mattia wrote: > > > Hi all, is there a way in the python shell to list the path of a library > > function (in order to look at the source code?). > > On Windows and I believe other systems, for the stdlib, 'import x' > imports .../Py

Re: race/deadlock when creating a multiprocessing.manager instance while importing a module ?

2009-12-15 Thread pograph
On Dec 15, 2:57 am, Sebastien Binet wrote: > Dave, > > [..snip..] > On Tuesday 15 December 2009 02:49:00 Dave Angel wrote: > > > Since I don't see any other responses, I'll give my guess, even though > > I'm not very experienced with the multiprocessing module. > > > It's my understanding that thr