mirror of
https://github.com/python/cpython.git
synced 2025-07-26 20:54:39 +00:00

* Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/. * Remove Lib/test/test_lib2to3.py. * Update imports. * all_project_files(): use different paths and sort files to make the tests more reproducible. * Update references to tests.
6 lines
230 B
Python
Executable file
6 lines
230 B
Python
Executable file
#!/usr/bin/env python
|
||
# -*- coding: utf-8 -*-
|
||
print u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ'
|
||
|
||
def f(x):
|
||
print '%s\t-> α(%2i):%s β(%s)'
|