Refs #27795 -- Removed force_bytes() usage in utils/_os.py.

This commit is contained in:
Jon Dufresne 2018-09-25 08:27:36 -07:00 committed by Tim Graham
parent 9a0e0d966a
commit bb81c22d90
3 changed files with 8 additions and 16 deletions

View file

@ -291,6 +291,8 @@ Miscellaneous
is now the real ellipsis character (``…``) instead of 3 dots. You may have to
adapt some test output comparisons.
* Support for bytestring paths in the template filesystem loader is removed.
.. _deprecated-features-2.2:
Features deprecated in 2.2