Skip to content

datetime.date.fromisoformat('20191204') does not work using python 3.8.0 #99207

@AnttiGH

Description

@AnttiGH

When using Using python 3.8.0
Example presented here https://docs.python.org/3/library/datetime.html#datetime.date.fromisoformat does not seem to work:

date.fromisoformat('20191204')
Traceback (most recent call last):
File "", line 1, in
ValueError: Invalid isoformat string: '20191204'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions