Set link to python310.24645 via maintenance_release request

This commit is contained in:
2022-07-06 11:04:35 +00:00
committed by Matěj Cepl
parent ff2416b848
commit 239187173a
32 changed files with 5958 additions and 21 deletions

View File

@@ -0,0 +1,11 @@
--- a/Lib/site.py
+++ b/Lib/site.py
@@ -76,7 +76,7 @@ import _sitebuiltins
import io
# Prefixes for site-packages; add additional prefixes like /usr/local here
-PREFIXES = [sys.prefix, sys.exec_prefix]
+PREFIXES = [sys.prefix, sys.exec_prefix, '/usr/local']
# Enable per user site-packages directory
# set it to False to disable the feature or True to force the feature
ENABLE_USER_SITE = None