forked from dateutil/dateutil
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document behavior when time delta addition falls after end of month
Document potentially surprising behaviour and add tests to cover these cases.
- Loading branch information
Showing
4 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ switch, and thus all their contributions are dual-licensed. | |
- Adrien Cossa <cossa@MASKED> | ||
- Alec Nikolas Reiter <alecreiter@MASKED> | ||
- Alec Reiter <areiter@MASKED> | ||
- Aleksei Strizhak <alexei.mifrill.strizhak@MASKED> (gh: @Mifrill) | ||
- Alex Chamberlain (gh: @alexchamberlain) **D** | ||
- Alex Verdyan <verdyan@MASKED> | ||
- Alex Willmer <[email protected]> (gh: @moreati) **R** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Added note into docs and tests where relativedelta would return last day of the month | ||
only if the same day on a different month resolves to a date that doesn't exist. | ||
Reported by @hawkEye-01 (gh issue #1167). Fixed by @Mifrill (gh pr #1168) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters