Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes bug #0013431. Tests for current_date being an empty date
Calling routines assume that Today() can be represented either by None or an empty Date instance. This code allows for the latter assumption. Also fixes debug code, which confused %s and str.format style formatting. The style chosen is preferred by pylint.
- Loading branch information