Staging
v0.8.1
Revision d71a6492dbd5434dfa6a0ad95e3ad98aa690887a authored by CyberSaxosTiGER on 18 May 2020, 18:41:35 UTC, committed by GitHub on 18 May 2020, 18:41:35 UTC
Unprintable characters such as `\x00` weren't correctly roundtripped
due to not using default string repr when generating docstrings. This
patch correctly encodes all unprintable characters (except `\n` and `\t`, which
are commonly used for formatting, and found unescaped).

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
1 parent dc31800
History

README.rst

back to top