32-bit Python 2.7 for Windows:

>>> import time
>>> time.strftime("%T")

Traceback (most recent call last):
  File "<pyshell#97>", line 1, in <module>
    time.strftime("%T")
ValueError: Invalid format string

Malcolm
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to