Skip to content

add st_*time_ns fields to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds #58335

Closed
@larryhastings

Description

@larryhastings
BPO 14127
Nosy @gvanrossum, @loewis, @gpshead, @jcea, @ncoghlan, @pitrou, @vstinner, @larryhastings, @merwok, @bitdancer, @peterjc
Files
  • larry.st_mtime_ns.patch.1.txt
  • larry.st_mtime_ns.patch.2.txt
  • larry.parsekwonly.diff.1.txt
  • larry.st_mtime_ns.patch.3.txt
  • larry.st_mtime_ns.patch.4.txt
  • larry.st_mtime_ns.patch.6.txt
  • larry.st_mtime_ns.patch.7.txt
  • larry.st_mtime_ns.patch.8.txt
  • larry.st_mtime_ns.patch.9.txt
  • larry.utime.ns.1.patch: Patch adding ns= parameter to utime, futimes, and lutimes. Also removed futimens.
  • larry.utime.ns.2.patch: Patch adding ns= parameter to utime, futimes, and lutimes. Also removed futimens.
  • utime-hack.patch
  • larry.utime.win32.bugfix.1.patch: Patch fixing two bugs for Windows support of utime.
  • utime_read_time_arguments.patch
  • 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 = 'https://github.com/larryhastings'
    closed_at = <Date 2012-06-23.03:00:19.086>
    created_at = <Date 2012-02-26.09:23:21.502>
    labels = ['type-feature', 'library']
    title = 'add st_*time_ns fields to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds'
    updated_at = <Date 2018-01-18.02:59:27.721>
    user = 'https://github.com/larryhastings'

    bugs.python.org fields:

    activity = <Date 2018-01-18.02:59:27.721>
    actor = 'jcea'
    assignee = 'larry'
    closed = True
    closed_date = <Date 2012-06-23.03:00:19.086>
    closer = 'larry'
    components = ['Library (Lib)']
    creation = <Date 2012-02-26.09:23:21.502>
    creator = 'larry'
    dependencies = []
    files = ['24838', '24859', '24874', '24875', '24884', '24908', '24951', '24952', '24954', '25354', '25356', '25448', '25451', '25452']
    hgrepos = []
    issue_num = 14127
    keywords = ['patch']
    message_count = 86.0
    messages = ['154316', '154319', '154334', '154355', '154362', '154363', '154365', '154366', '154367', '154368', '154377', '154378', '154383', '154389', '154863', '154864', '154865', '154866', '154868', '154869', '154870', '154871', '154872', '154873', '154874', '155138', '155605', '155608', '155620', '155632', '155635', '155724', '155740', '155747', '155773', '155774', '155784', '155868', '155919', '155938', '155940', '155941', '155942', '155944', '155946', '155962', '156000', '156181', '156364', '156366', '156368', '156369', '156375', '157423', '158764', '158771', '159219', '159221', '159222', '159239', '159361', '159410', '159416', '159637', '159836', '159837', '159840', '159841', '159857', '159871', '159891', '159904', '159909', '159911', '159912', '159913', '159914', '159919', '159920', '159921', '159922', '159924', '159925', '160050', '160054', '163526']
    nosy_count = 16.0
    nosy_names = ['gvanrossum', 'loewis', 'gregory.p.smith', 'jcea', 'ncoghlan', 'pitrou', 'vstinner', 'larry', 'eric.araujo', 'Arfrever', 'r.david.murray', 'maubp', 'shaurz', 'rosslagerwall', 'python-dev', 'sbt']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue14127'
    versions = ['Python 3.3']

    Metadata

    Metadata

    Assignees

    Labels

    stdlibPython modules in the Lib dirtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions