2
votes
1answer
696 views
Python: How do I get time from a datetime.timedelta object?
A mysql database table has a column whose datatype is time ( http://dev.mysql.com/doc/refman/5.0/en/time.html ). When t …
0
votes
2answers
145 views
What causes this Genshi’s Template Syntax Error?
A Genshi template raises the following error:
TemplateSyntaxError: invalid syntax in expression "${item.error}" of "choose" directive
…
0
votes
Caching in urllib2?
This article on Yahoo Developer Network - http://developer.yahoo.com/python/python-caching.html - describes how to …
