time.strptime intolerant on weekday string length?

Fredrik Lundh fredrik at pythonware.com
Tue Sep 13 15:14:18 EDT 2005


> why bother parsing the day name at all?  (just split the string at the first
> command and use strptime on the rest)

msg = msg.replace("command", "comma")

</F> 






More information about the Python-list mailing list