issues
search
editorconfig
/
editorconfig-core-py
Clone of EditorConfig core written in Python
http://editorconfig.org
Other
93
stars
23
forks
source link
Remove Python 2 compatibility tricks
#8
Open
treyhunner
opened
9 years ago
treyhunner
commented
9 years ago
Use print function consistently
Remove
u
function and use unicode literals everywhere
Use
.format
instead of
%
u
function and use unicode literals everywhere.format
instead of%