Remove use of six.binary_type

Remove type checks for cases that don't apply to Python 3.

For remaining uses, use bytes instead
This commit is contained in:
Jon Dufresne
2018-09-23 15:11:35 -07:00
parent 7ff3d1875a
commit 27a6787d63
10 changed files with 21 additions and 50 deletions

View File

@@ -133,6 +133,11 @@ The following is a list of deprecated interfaces.
- 4.0
- ``os.path.join()``
* - ``sphinx.ext.config.check_unicode()``
- 2.0
- 4.0
- N/A
* - ``sphinx.ext.doctest.doctest_encode()``
- 2.0
- 4.0