[issue15413] os.times() disappeared under Windows

2012-07-24 Thread Larry Hastings
Larry Hastings added the comment: Sorry, I've been on the road a lot. Thanks, Antoine! -- ___ Python tracker ___ ___ Python-bugs-lis

[issue15413] os.times() disappeared under Windows

2012-07-24 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, I fixed it. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue15413] os.times() disappeared under Windows

2012-07-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset d9a881b0d6ca by Antoine Pitrou in branch 'default': Issue #15413: os.times() had disappeared under Windows. http://hg.python.org/cpython/rev/d9a881b0d6ca -- nosy: +python-dev ___ Python tracker

[issue15413] os.times() disappeared under Windows

2012-07-24 Thread Georg Brandl
Georg Brandl added the comment: Larry? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15413] os.times() disappeared under Windows

2012-07-21 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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 las