Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rm-py2: Remove "from __future__" from more places | Mats Wichmann | 2020-02-20 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | A couple of minor reformats along the way, most prominently, in tests, if being edited anyway, make sure the docstring most tests have is actually the docstring (sometimes the __revision__ line came before, which makes the string not be the docstring). Snuck in some minor framework changes that were orphaned when another draft PR was not needed: this almost all docstring changes, the functional part is using casefold instead of lower in a match func - a slightly better approach which is now possible that Py2 compatibility is not needed. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [PR #3345] fix a few more Py3.8 problems | Mats Wichmann | 2019-04-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -2/+2 |
| | | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | module named warnings.py is conflicting with system warnings module. rename. ↵ | William Deegan | 2017-03-30 | 1 | -0/+106 |
py2/3 issue |