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 pitrou
Recipients georg.brandl, larry, pitrou
Date 2012-07-21.16:27:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342888046.96.0.718260213751.issue15413@psf.upfronthosting.co.za>
In-reply-to
Content
This is from issue #15118.

Python 3.3.0b1 (v3.3.0b1:e15c554cd43e+, Jun 26 2012, 20:41:17) [MSC v.1600 64 bi
t (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.times()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'times'
History
Date User Action Args
2012-07-21 16:27:27pitrousetrecipients: + pitrou, georg.brandl, larry
2012-07-21 16:27:26pitrousetmessageid: <1342888046.96.0.718260213751.issue15413@psf.upfronthosting.co.za>
2012-07-21 16:27:26pitroulinkissue15413 messages
2012-07-21 16:27:26pitroucreate