-
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.
Rewrite relativedelta.__add__ based on dateutil 2.4.0 * completely remove any hint of supporting time deltas (could be implemented in the future, but not currently asked for and lots of code to implement) * implement weekday support (ordinal only) * probably better leapyear support * remove relativedelta.__sub__ (only works between relativedeltas) * add relativedelta.__neg__ fixes odoo#5089
- Loading branch information
Showing
1 changed file
with
152 additions
and
73 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