indika wrote:
> Marc 'BlackJack' Rintsch wrote:
> > On Sat, 08 Nov 2008 08:07:15 -0800, indika wrote:
> >
> > > John Machin wrote:
> > >> On Nov 8, 6:06�pm, indika <[EMAIL PROTECTED]> wrote:
> > >> > Or else, I would have expecte
Marc 'BlackJack' Rintsch wrote:
> On Sat, 08 Nov 2008 08:07:15 -0800, indika wrote:
>
> > John Machin wrote:
> >> On Nov 8, 6:06�pm, indika <[EMAIL PROTECTED]> wrote:
> >> > Or else, I would have expected the datatime.date object has a
> >
John Machin wrote:
> On Nov 8, 6:06�pm, indika <[EMAIL PROTECTED]> wrote:
> > Hi,
> > I'm a newbie to python but have some experience in programming.
>
> So work through the Python tutorial, to find out how it all hangs
> together ... this will be much better
Hi,
I'm a newbie to python but have some experience in programming.
I came across this requirement of using datetime.date objects
associated with some another object.
eg. a dictionary containing datetime.date => string
>>
{
datetime.date(2001, 12, 3): 'c',
datetime.date(2001, 12, 1): 'a',
datetime.