* Python 2.6 support removed * :func:`print_`: allow `None` for ``end``, ``sep`` and ``file`` arguments * :func:`print_`: always output utf-8 when redirected on Windows
1.0.0
------------------
* First stable release
0.4.0
------------------
* Support paths with surrogates under Windows
0.3.0
------------------
* Support ``__fspath__`` in :func:`path2fsn`. See `PEP 519 <http://legacy.python.org/dev/peps/pep-0519/>`__ for details. * Rename fsn2uri_ascii to :func:`fsn2uri`, remove the later. * Fix :func:`fsn2uri` output on Windows for certain unicode ranges. * Add :func:`expandvars`