tions.
Regards
Joel Andres Granados
begin:vcard
fn:Joel Andres Granados
n:Granados;Joel Andres
email;internet:[EMAIL PROTECTED]
x-mozilla-html:FALSE
version:2.1
end:vcard
--
http://mail.python.org/mailman/listinfo/python-list
Hi list:
I have been working with the universal_newlines option that can be
specified while using the subprocess module. I'm calling an app that
uses sys.stdout.write('\r'+' '*80) to manage its stdout. The situation
that I encountered was that when I wanted to log this output into a file
i
Hi list:
I have run across a situation with ConfigParser Module. It refers to
the comments in the configuration filed. According to the
http://docs.python.org/dev/lib/module-ConfigParser.html it states that
lines starting with "#" and ";" are ignored.
So lines like:
; comment
# comment
are
Bruno Desthuilliers wrote:
> Joel Andres Granados a écrit :
>
>> Hi list:
>>
>> I have googled quite a bit on this matter and I can't seem to find what
>> I need (I think Im just looking where I'm not suppose to :). I'm
>> working with cod
Hi list:
I have googled quite a bit on this matter and I can't seem to find what
I need (I think Im just looking where I'm not suppose to :). I'm
working with code that is not of my authorship and there is a class
attribute that is changes by directly referencing it (object.attr =
value) inst