https://github.com/python/cpython/commit/fe8ad534432abd94648b392e30aea5df6dbf1606 commit: fe8ad534432abd94648b392e30aea5df6dbf1606 branch: main author: Victor Stinner <[email protected]> committer: vstinner <[email protected]> date: 2025-04-28T14:13:06Z summary:
gh-132983: Convert compression._common to a package (#133086) Add an "__init__.py" file. Fix test_tools.test_freeze. files: A Lib/compression/_common/__init__.py diff --git a/Lib/compression/_common/__init__.py b/Lib/compression/_common/__init__.py new file mode 100644 index 00000000000000..e69de29bb2d1d6 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
