Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
opt
/
python-3.9
/
usr
/
lib
/
python3.9
/
test
/
//proc/212/root/opt/python-3.9/usr/lib/python3.9/test/test_lib2to3.py
import unittest from test.support import check_warnings with check_warnings(("", PendingDeprecationWarning)): from lib2to3.tests import load_tests if __name__ == '__main__': unittest.main()