This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author meonkeys
Recipients
Date 2005-09-02.20:57:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=259388

I get a str from time.strftime().

>>> import time
>>> time.strftime('%B')
'September'
>>> time.strftime('%B').__class__
<type 'str'>
History
Date User Action Args
2007-08-23 14:34:10adminlinkissue1280061 messages
2007-08-23 14:34:10admincreate