Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: disable
ALLOW_UNICODE
option flag for doctest
This change removes the `ALLOW_UNICODE` option flag for doctests as this accommodated the use of Unicode literals in docstrings, which has since all been eliminated. Docstrings should not use Unicode literals (i.e. `u'Litéral'`) as they are redundant in Python 3 given all strings are Unicode strings. Related issues: - Closes <#2378> Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
- Loading branch information