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!
Posted on Wed 9th August 2006 by david
Edited on Fri 21st August 2009

blog comments powered by Disqus