Re: mailbox.mbox.add() also seems to set file permissions

2009-04-27 Thread tinnews
Aahz wrote: > In article , > Grant Edwards wrote: > >On 2009-04-25, tinn...@isbd.co.uk wrote: > >> > >> Where should one report bugs/errors in python library classes? > > > >http://docs.python.org/bugs.html > > That's for doc bugs; regular bugs go to bugs.python.org (which is > currently down

Re: mailbox.mbox.add() also seems to set file permissions

2009-04-26 Thread Aahz
In article , Grant Edwards wrote: >On 2009-04-25, tinn...@isbd.co.uk wrote: >> >> Where should one report bugs/errors in python library classes? > >http://docs.python.org/bugs.html That's for doc bugs; regular bugs go to bugs.python.org (which is currently down due to hardware problems). -- Aa

Re: mailbox.mbox.add() also seems to set file permissions

2009-04-25 Thread Grant Edwards
On 2009-04-25, tinn...@isbd.co.uk wrote: > Where should one report bugs/errors in python library classes? http://docs.python.org/bugs.html -- Grant Edwards grante Yow! Gee, I feel kind of at LIGHT in the head now,

mailbox.mbox.add() also seems to set file permissions

2009-04-25 Thread tinnews
mailbox.mbox.add() has *another* 'quirk'. When it adds a message to an mbox file it seems to set the permissions to 0755 which is quite wrong for mbox files. I get the feeling that the mbox versions of the functions are just bodged maildir ones. If one was creating a maildir it *might* make some