This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vx1920
Recipients vx1920
Date 2019-05-11.19:32:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557603168.21.0.544720725277.issue36891@roundup.psfhosted.org>
In-reply-to
Content
Proposed modification in site.py allows "sitevendor" customization plugin in addition to existed "sitecustomize" and "usercustomuze". More info displayed when "python.exe -m site" typed from command line.
Vendors of Python sites (like Anaconda) can place there their own startup code. Mentioned "sitecustomize"  and "usercustomuze" works as before.
History
Date User Action Args
2019-05-11 19:32:48vx1920setrecipients: + vx1920
2019-05-11 19:32:48vx1920setmessageid: <1557603168.21.0.544720725277.issue36891@roundup.psfhosted.org>
2019-05-11 19:32:48vx1920linkissue36891 messages
2019-05-11 19:32:47vx1920create