Files
sphinx/tests/roots
Stephen Finucane d345d0f8c1 py3: Remove (most) __future__ imports
There were two used:

- print_function
- absolute_import

Both of these are mandatory in Python 3.0 onwards [1] and can therefore
be removed...mostly. Unfortunately, mypy is still running in Python 2.7
mode, meaning we need the 'print_function' future wherever we're calling
'print' with the 'file' argument. There's also a single
'absolute_import' future that must be retained as its removal breaks a
test for as-yet unknown reasons.  TODOs are added to resolve both issues
in the future.

[1] https://docs.python.org/3/library/__future__.html

Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-12-17 09:46:15 +00:00
..
2018-03-23 23:41:09 +09:00
2018-02-19 23:20:56 +09:00
2018-02-19 23:20:56 +09:00
2018-11-06 18:30:21 +01:00
2018-07-16 23:17:44 +02:00
2018-02-25 23:44:37 +09:00
2018-02-19 23:20:56 +09:00
2018-11-30 17:56:19 +09:00
2017-03-26 11:49:34 +09:00
2018-02-19 23:20:56 +09:00
2016-09-30 10:42:18 +09:00
2018-04-20 23:16:41 +09:00