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

Document an alternative to ISO 8601 parsing #82160

Closed
pganssle opened this issue Aug 29, 2019 · 5 comments
Closed

Document an alternative to ISO 8601 parsing #82160

pganssle opened this issue Aug 29, 2019 · 5 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@pganssle
Copy link
Member

BPO 37979
Nosy @pitrou, @pganssle, @miss-islington
PRs
  • bpo-37979: Add alternative to fromisoformat in documentation #15596
  • [3.8] bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) #15597
  • [3.7] bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) #15598
  • 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/pganssle'
    closed_at = <Date 2019-08-29.14:55:44.936>
    created_at = <Date 2019-08-29.14:39:34.598>
    labels = ['3.8', 'type-feature', '3.7', '3.9', 'docs']
    title = 'Document an alternative to ISO 8601 parsing'
    updated_at = <Date 2019-08-29.14:55:44.933>
    user = 'https://github.com/pganssle'

    bugs.python.org fields:

    activity = <Date 2019-08-29.14:55:44.933>
    actor = 'pitrou'
    assignee = 'p-ganssle'
    closed = True
    closed_date = <Date 2019-08-29.14:55:44.936>
    closer = 'pitrou'
    components = ['Documentation']
    creation = <Date 2019-08-29.14:39:34.598>
    creator = 'p-ganssle'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37979
    keywords = ['patch']
    message_count = 5.0
    messages = ['350784', '350786', '350788', '350789', '350790']
    nosy_count = 3.0
    nosy_names = ['pitrou', 'p-ganssle', 'miss-islington']
    pr_nums = ['15596', '15597', '15598']
    priority = 'low'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue37979'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @pganssle
    Copy link
    Member Author

    Per Antoine's comment in the discourse thread ( https://discuss.python.org/t/parse-z-timezone-suffix-in-datetime/2220/6 ):

    ... the doc isn’t helpful, as it doesn’t give any alternative.

    I think we can link to dateutil.parser.isoparse as an alternative. I'm happy to field other options for ISO 8601 parsers instead, though considering that fromisoformat is adapted from dateutil.parser.isoparse, it seems reasonable to link them.

    @pganssle pganssle added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Aug 29, 2019
    @pganssle pganssle self-assigned this Aug 29, 2019
    @pganssle pganssle added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Aug 29, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 59725f3 by Miss Islington (bot) (Paul Ganssle) in branch 'master':
    bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)
    59725f3

    @miss-islington
    Copy link
    Contributor

    New changeset 8ba8cc5 by Miss Islington (bot) in branch '3.7':
    bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)
    8ba8cc5

    @miss-islington
    Copy link
    Contributor

    New changeset 9db66a2 by Miss Islington (bot) in branch '3.8':
    bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)
    9db66a2

    @pitrou
    Copy link
    Member

    pitrou commented Aug 29, 2019

    Thanks for contributing this, Paul!

    @pitrou pitrou closed this as completed Aug 29, 2019
    @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
    3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants