Re: Sorting Unix mailboxes

2005-09-15 Thread Gregory K. Johnson
. Until then, you could get the module from Python CVS, under nondist/sandbox/mailbox. More info is on the project Web site: http://gkj.freeshell.org/soc/ -- Gregory K. Johnson -- http://mail.python.org/mailman/listinfo/python-list

Re: Email client in Pyhton

2005-08-26 Thread Gregory K. Johnson
tudent. :-) The OP may be interested in the project Web site, with documentation and a pointer to the source in Python CVS: http://gkj.freeshell.org/soc/ -- Gregory K. Johnson -- http://mail.python.org/mailman/listinfo/python-list

Re: Proposal: reducing self.x=x; self.y=y; self.z=z boilerplate code

2005-07-02 Thread Gregory K. Johnson
articular function called __init__()? That seems more un-Pythonic to me than straightforward, idiomatic, but somewhat verbose boilerplate. An adoptargs([excluded=None]) builtin or similar seems much more viable. (Although even there I don't feel any pressing need: I'm content with "self.x = x".) -- Gregory K. Johnson -- http://mail.python.org/mailman/listinfo/python-list