Skip to content

strptime should implement %G, %V and %u directives #56215

@ErikCederstrand

Description

@ErikCederstrand
BPO 12006
Nosy @tim-one, @abalkin, @bitdancer, @aganders3, @berkerpeksag, @serhiy-storchaka, @moreati
Files
  • 12006_2.patch
  • test_strptime.py.patch: Adds unit tests for %V and %u
  • _strptime.py.patch
  • 12006_3.patch: Adds %G, %u, and %V to strptime(), tests are included
  • 12006_doc.patch
  • 12006_3.5_complete.patch: Functionality, tests and docs combined for 3.5 tip
  • issue12006_5.patch
  • issue12006_6.patch
  • issue12006_7_complete.patch: Add ISO 8601 directives for strptime, tests, and docs. All against 3.6 tip.
  • issue12006_8_complete.patch
  • issue12006_10_complete.patch: Fixed error in docs from code review, updated against tip
  • 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/abalkin'
    closed_at = <Date 2015-10-06.17:32:47.375>
    created_at = <Date 2011-05-05.10:03:42.897>
    labels = ['easy', 'type-feature', 'library']
    title = 'strptime should implement %G, %V and %u directives'
    updated_at = <Date 2015-10-06.17:32:47.373>
    user = 'https://bugs.python.org/ErikCederstrand'

    bugs.python.org fields:

    activity = <Date 2015-10-06.17:32:47.373>
    actor = 'belopolsky'
    assignee = 'belopolsky'
    closed = True
    closed_date = <Date 2015-10-06.17:32:47.375>
    closer = 'belopolsky'
    components = ['Library (Lib)']
    creation = <Date 2011-05-05.10:03:42.897>
    creator = 'Erik.Cederstrand'
    dependencies = []
    files = ['22113', '22125', '22126', '22137', '22240', '36417', '38585', '38587', '40085', '40113', '40660']
    hgrepos = []
    issue_num = 12006
    keywords = ['patch', 'easy']
    message_count = 56.0
    messages = ['135177', '135208', '135237', '136821', '136822', '136825', '136828', '136886', '136896', '136899', '136914', '136923', '136924', '136954', '136955', '136956', '136960', '136965', '136976', '136977', '136990', '136995', '137002', '137012', '137030', '137038', '137597', '179529', '221927', '227259', '227274', '227275', '227350', '227409', '227804', '227805', '227806', '238549', '238605', '238612', '238649', '241709', '247384', '247525', '247755', '247917', '249529', '249543', '251983', '251986', '251988', '252139', '252146', '252383', '252413', '252414']
    nosy_count = 12.0
    nosy_names = ['tim.peters', 'belopolsky', 'r.david.murray', 'BreamoreBoy', 'Erik.Cederstrand', 'python-dev', 'AaronR', 'aganders3', 'berker.peksag', 'serhiy.storchaka', 'Erik Cederstrand', 'Alex.Willmer']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue12006'
    versions = ['Python 3.6']

    Metadata

    Metadata

    Assignees

    Labels

    easystdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions