aboutsummaryrefslogtreecommitdiff
path: root/examples/converters.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix AttributeError in examplesapple502j2021-04-271-1/+1
|
* Modernize code to use f-stringsRapptz2021-04-041-5/+5
| | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`.
* Add converter exampleAlex Nørgaard2021-02-231-0/+113