compat_str
try_rename
Otherwise on python 2.x we get `UnicodeDecodeError` because it may contain non ascii characters.
Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that.
bec1fad
[README] Improve developer instructions
Add a longer tutorial that should cover everything needed to start developing IEs. Fixes #2676
Pruning the _build folder produced the message `no previously-included directories found matching 'docs/_build'` when installing from the source distribution.