[issue14711] Remove os.stat_float_times

2012-06-04 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python tracker

[issue14711] Remove os.stat_float_times

2012-06-04 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue14711] Remove os.stat_float_times

2012-05-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: +1 for deprecating. -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue14711] Remove os.stat_float_times

2012-05-03 Thread Éric Araujo
Éric Araujo added the comment: Let’s deprecate it in 3.3 then. -- nosy: +eric.araujo versions: +Python 3.3 ___ Python tracker ___ ___

[issue14711] Remove os.stat_float_times

2012-05-03 Thread Martin v . Löwis
Martin v. Löwis added the comment: > 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. -- nosy: +loewis ___ Python tracker

[issue14711] Remove os.stat_float_times

2012-05-03 Thread STINNER Victor
STINNER Victor added the comment: > 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. -- __

[issue14711] Remove os.stat_float_times

2012-05-03 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue14711] Remove os.stat_float_times

2012-05-03 Thread R. David Murray
R. David Murray added the comment: Victor proposed deprecating it as part of PEP 410 (see issue 13882), but the PEP was rejected for other reasons. -- nosy: +haypo, r.david.murray ___ Python tracker _

[issue14711] Remove os.stat_float_times

2012-05-03 Thread Armin Ronacher
New submission from Armin Ronacher : 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. -- messages: 159859 nosy: aronacher priority: normal severity: