Welcome to Boredom

Show entries from:

2010

2009

2008

2007

2006

2005

Python / Django weirdness

Can someone tell me what is the difference between this: >>> print datetime.now().strftime('%Y-%m-%d') 2006-08-09 and this... >>> print datetime.now().strftime('%Y-%m-%d'), 2006-08-09 ... because I have no clue, but it appears to be the difference between a piece of django/python code working and not working!

Categories: Django, Python

Posted on Wed 9th August 2006 by david

Edited on Fri 21st August 2009

Comments