[New-bugs-announce] [issue15413] os.times() disappeared under Windows

Antoine Pitrou report at bugs.python.org
Sat Jul 21 18:27:26 CEST 2012


New submission from Antoine Pitrou <pitrou at free.fr>:

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'

----------
assignee: larry
components: Library (Lib)
messages: 166045
nosy: georg.brandl, larry, pitrou
priority: release blocker
severity: normal
stage: needs patch
status: open
title: os.times() disappeared under Windows
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15413>
_______________________________________


More information about the New-bugs-announce mailing list