Skip to content

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 force-pushed the fix_parser_documentation branch from a4b2179 to 6d89db3 Compare January 2, 2020 19:50
@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