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

Parser (and other) documentation fixes #994

Merged
merged 4 commits into from Mar 29, 2020

Conversation

pganssle
Copy link
Member

@pganssle pganssle commented Jan 2, 2020

Summary of changes

This introduces four related changes:

  1. Updates links with redirects or pointing to HTTP websites that have HTTPS versions.
  2. Rearranges the parser documentation to break it down into functions/classes/exceptions.
  3. Documents that parser.parse raises ParserError now.
  4. Cleans up the docstrings for ParserError and UnknownTimezone.

Closes #992

Pull Request Checklist

Periodic update of all links that point to redirects or http targets
when an https target is available.
Previously the parser documentation did not include warnings and
exceptions. This rearranges things to cleanly separate out functions,
classes and exceptions / warnings, and adds the warnings to the
documentation.
@pganssle pganssle modified the milestones: Bugfix release, 2.8.2 Jan 2, 2020
@pganssle pganssle merged commit 59846a6 into dateutil:master Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parser.parse documentation doesn't mention ParserError
1 participant