Re: Replace Several Items

2008-08-13 Thread Fredrik Lundh
John Machin wrote: Clue: The effbot was the original author of the modern (Python 1.6?) version of the re module. And the author of the "in" and "replace" implementations in Python 2.5. -- http://mail.python.org/mailman/listinfo/python-list

Re: os.system question

2008-08-13 Thread Fredrik Lundh
Kevin Walzer wrote: I'm also skeptical of the value of subprocess, at least as a complete replacement for os.popen (the original version): it currently provides no way to set a 'non-blocking' mode. I make heavy use of this kind of call in my code: self.file = os.popen('do stuff here'), 'r',

Re: win32service and Python

2008-08-13 Thread Aspersieman
David wrote: > I am collecting informations about win32 services for Python but, except for > few basic examples about Mark Hammond's win32serviceutil, I found nothing > useful. > > Any link is welcome. > > Thank you. > David > > This might also be useful: http://support.microsoft.com/kb/137

<    1   2   3