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

Add caution to dateutil.parser.parse #1281

Closed
wants to merge 3 commits into from

Conversation

madt2709
Copy link

@madt2709 madt2709 commented May 4, 2023

Summary of changes

Add explicit warning to documentation that datetime.parser.parse does not support strings which are not in a valid date time format.

Closes #1270

Pull Request Checklist

  • Changes have tests
  • Authors have been added to AUTHORS.md
  • News fragment added in changelog.d. See CONTRIBUTING.md for details

@madt2709 madt2709 closed this Aug 14, 2023
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

Successfully merging this pull request may close these issues.

Be more explicit in the documentation that passing non-datetime strings has undefined behavior
1 participant