Message 103679 - Python tracker (original) (raw)

Message103679

Author lars.gustaebel
Recipients l0nwlf, lars.gustaebel, mastrodomenico, tarek
Date 2010-04-20.07:11:01
SpamBayes Score 2.789229e-05
Marked as misclassified No
Message-id 1271747463.25.0.250528773937.issue8464@psf.upfronthosting.co.za
In-reply-to
Content
0666 is the right mode and the patch is correct. @Tarek: Why does shutil.make_archive() use mode "w|..." instead of "w:..."? IMHO that is not necessary, because it works on regular files only.
History
Date User Action Args
2010-04-20 07:11:03 lars.gustaebel set recipients: + lars.gustaebel, tarek, mastrodomenico, l0nwlf
2010-04-20 07:11:03 lars.gustaebel set messageid: 1271747463.25.0.250528773937.issue8464@psf.upfronthosting.co.za
2010-04-20 07:11:01 lars.gustaebel link issue8464 messages
2010-04-20 07:11:01 lars.gustaebel create