Re: Printing list of dates starting today

2008-09-01 Thread Ari Makela
) ... 01.09.2008, Mon 02.09.2008, Tue 03.09.2008, Wed 04.09.2008, Thu -- Ari Makela late autumn - [EMAIL PROTECTED] a single chair waiting http://arska.org/hauva/ for someone yet to come

Re: How Compute # of Days between Two Dates?

2008-09-01 Thread Ari Makela
library module. I'm quite sure that it wasn't around when the latest edition of Learning Python was written. -- Ari Makela late autumn - [EMAIL PROTECTED] a single chair waiting http://arska.org/hauva

[issue3181] ConfigParsers are classic classes

2008-06-24 Thread Ari Makela
Ari Makela [EMAIL PROTECTED] added the comment: New-style classes make object orientated programming considerably more convenient. For example one can use property() instead of __setitem__ et al. There's super(). This is, of course, not a serious problem and one can always implement a composite

[issue3181] ConfigParsers are classic classes

2008-06-23 Thread Ari Makela
New submission from Ari Makela [EMAIL PROTECTED]: The base class, ConfigParser.RawConfigParser does not inherit object and therefore it is a classic class. Test script run with my normal python installation: $ /usr/bin/python -V Python 2.5.2 $ /usr/bin/python arska/configparser.py bar

[issue3181] ConfigParsers are classic classes

2008-06-23 Thread Ari Makela
Changes by Ari Makela [EMAIL PROTECTED]: Added file: http://bugs.python.org/file10712/configparser.py ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3181