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.
Created on 2012年07月21日 16:27 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg166045 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年07月21日 16:27 | |
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' |
|||
| msg166272 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年07月24日 10:25 | |
Larry? |
|||
| msg166323 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年07月24日 19:26 | |
New changeset d9a881b0d6ca by Antoine Pitrou in branch 'default': Issue #15413: os.times() had disappeared under Windows. http://hg.python.org/cpython/rev/d9a881b0d6ca |
|||
| msg166324 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年07月24日 19:26 | |
Ok, I fixed it. |
|||
| msg166334 - (view) | Author: Larry Hastings (larry) * (Python committer) | Date: 2012年07月24日 21:45 | |
Sorry, I've been on the road a lot. Thanks, Antoine! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:33 | admin | set | github: 59618 |
| 2012年07月24日 21:45:55 | larry | set | messages: + msg166334 |
| 2012年07月24日 19:26:42 | pitrou | set | status: open -> closed resolution: fixed messages: + msg166324 stage: needs patch -> resolved |
| 2012年07月24日 19:26:00 | python-dev | set | nosy:
+ python-dev messages: + msg166323 |
| 2012年07月24日 10:25:06 | georg.brandl | set | messages: + msg166272 |
| 2012年07月21日 16:27:26 | pitrou | create | |