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年05月03日 13:26 by aronacher, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (7) | |||
|---|---|---|---|
| msg159859 - (view) | Author: Armin Ronacher (aronacher) * (Python committer) | Date: 2012年05月03日 13:26 | |
Is there a specific reason this is still around? Originally that was to make it possible to upgrade to Python 2.3 or whenever that was introduced. I don't think anyone still uses that. |
|||
| msg159860 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年05月03日 14:20 | |
Victor proposed deprecating it as part of PEP 410 (see issue 13882), but the PEP was rejected for other reasons. |
|||
| msg159881 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2012年05月03日 22:15 | |
> Is there a specific reason this is still around? Not really, it just that nobody noticed it :-) We can deprecate it, but it is maybe safer to not remove it. Note: os.stat() has now new st_*time_ns fields with a nanosecond resolution. |
|||
| msg159892 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2012年05月04日 00:22 | |
> Is there a specific reason this is still around? I forgot to remove it for Python 3, and now it can only be removed through a deprecation cycle. |
|||
| msg159898 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年05月04日 03:33 | |
Let’s deprecate it in 3.3 then. |
|||
| msg159950 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年05月04日 17:37 | |
+1 for deprecating. |
|||
| msg162306 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年06月04日 23:32 | |
New changeset 7cb15b47c70e by Victor Stinner in branch 'default': Issue #14711: os.stat_float_times() has been deprecated. http://hg.python.org/cpython/rev/7cb15b47c70e |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:29 | admin | set | github: 58916 |
| 2012年06月04日 23:32:09 | python-dev | set | nosy:
+ python-dev messages: + msg162306 |
| 2012年06月04日 23:24:22 | vstinner | set | status: open -> closed resolution: fixed |
| 2012年05月04日 17:37:15 | pitrou | set | nosy:
+ pitrou messages: + msg159950 |
| 2012年05月04日 03:33:35 | eric.araujo | set | nosy:
+ eric.araujo messages: + msg159898 versions: + Python 3.3 |
| 2012年05月04日 00:22:20 | loewis | set | nosy:
+ loewis messages: + msg159892 |
| 2012年05月03日 22:15:29 | vstinner | set | messages: + msg159881 |
| 2012年05月03日 21:36:17 | Arfrever | set | nosy:
+ Arfrever |
| 2012年05月03日 14:20:32 | r.david.murray | set | nosy:
+ vstinner, r.david.murray messages: + msg159860 |
| 2012年05月03日 13:26:28 | aronacher | create | |