On Mon, 9 Aug 2010, Brian C. Lane wrote:
On 08/09/2010 10:57 AM, Brian C. Lane wrote:
On 08/06/2010 10:45 PM, dcantrell@xxxxxxxxxx wrote:
From: David Cantrell <dcantrell@xxxxxxxxxx>
+ f = open(c, "w+")
+ if header:
+ f.write(header)
header and check for isfile isn't needed, since this is the first time
it has been written, and you're using "w+" which will overwrite it anyway.
and I just realized there is no "w+" mode, r+ is read/write. It seems to
work, but should probably be changed to plain old "w"
"w"? Based on what I'm seeing here:
http://docs.python.org/library/functions.html
it should be "a". But then there are "r+", "w+", and "a+" which open for
updating. Looks like they got the USPS to guest-author this part of the
Python documentation.
--
David Cantrell <dcantrell@xxxxxxxxxx>
Red Hat / Honolulu, HI
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list