sourcery-ai[bot]
98028ceb37
Sourcery refactored master branch ( #747 )
...
Co-authored-by: Sourcery AI <>
2023-09-07 00:12:38 +07:00
cclauss
7f34998dab
Identity is not the same things as equality in Python
2019-06-22 20:53:28 +02:00
Maxence Germain de Montauzan
8a0147ae4e
Fix asort script to sort last terms in braces
...
- Fix README bad new line
- Do same fix for es-ES and zh-CN
- Apply sort on README.md, README_es.md and README_zh
- Don't run with pt_BR
2018-05-15 08:57:39 +07:00
cclauss
5c4c3ba342
from __future__ import print_function
...
Without this change, the `file` parameter in print() causes problems in Python 2. This approach makes print(x, file=filename) valid syntax in both Python 2 and Python 3.
2017-08-21 11:51:54 +02:00
ChrisLeeGit
1e9a942d09
add asort.py script to sort items automatically.
2016-08-22 14:24:31 +08:00