Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove os.stat_float_times #58916

Closed
mitsuhiko opened this issue May 3, 2012 · 7 comments
Closed

Remove os.stat_float_times #58916

mitsuhiko opened this issue May 3, 2012 · 7 comments

Comments

@mitsuhiko
Copy link
Member

BPO 14711
Nosy @loewis, @pitrou, @vstinner, @mitsuhiko, @merwok, @bitdancer

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2012-06-04.23:24:22.676>
created_at = <Date 2012-05-03.13:26:28.339>
labels = []
title = 'Remove os.stat_float_times'
updated_at = <Date 2012-06-04.23:32:09.704>
user = 'https://github.com/mitsuhiko'

bugs.python.org fields:

activity = <Date 2012-06-04.23:32:09.704>
actor = 'python-dev'
assignee = 'none'
closed = True
closed_date = <Date 2012-06-04.23:24:22.676>
closer = 'vstinner'
components = []
creation = <Date 2012-05-03.13:26:28.339>
creator = 'aronacher'
dependencies = []
files = []
hgrepos = []
issue_num = 14711
keywords = []
message_count = 7.0
messages = ['159859', '159860', '159881', '159892', '159898', '159950', '162306']
nosy_count = 8.0
nosy_names = ['loewis', 'pitrou', 'vstinner', 'aronacher', 'eric.araujo', 'Arfrever', 'r.david.murray', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue14711'
versions = ['Python 3.3', 'Python 3.4']

@mitsuhiko
Copy link
Member Author

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.

@bitdancer
Copy link
Member

Victor proposed deprecating it as part of PEP-410 (see bpo-13882), but the PEP was rejected for other reasons.

@vstinner
Copy link
Member

vstinner commented May 3, 2012

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.

@loewis
Copy link
Mannequin

loewis mannequin commented May 4, 2012

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.

@merwok
Copy link
Member

merwok commented May 4, 2012

Let’s deprecate it in 3.3 then.

@pitrou
Copy link
Member

pitrou commented May 4, 2012

+1 for deprecating.

@vstinner vstinner closed this as completed Jun 4, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jun 4, 2012

New changeset 7cb15b47c70e by Victor Stinner in branch 'default':
Issue bpo-14711: os.stat_float_times() has been deprecated.
http://hg.python.org/cpython/rev/7cb15b47c70e

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants