/opt/imh-python/lib/python3.9/lib2to3/tests/data
NameSizeModeActions
fixers/-0755rm
bom.py370644editdlrm
crlf.py500644editdlrm
different_encoding.py2430755editdlrm
false_encoding.py530755editdlrm
infinite_recursion.py930710644editdlrm
py2_test_grammar.py309810644editdlrm
py3_test_grammar.py312440644editdlrm
README4040644editdlrm
Edit: /opt/imh-python/lib/python3.9/lib2to3/tests/data/different_encoding.py (243B)
#! /usr/libexec/platform-python -s # -*- coding: utf-8 -*- print u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ' def f(x): print '%s\t-> α(%2i):%s β(%s)'