https://github.com/python/cpython/commit/6c6acb36baa761bef132c68757b1e77d58257058 commit: 6c6acb36baa761bef132c68757b1e77d58257058 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-03-09T22:16:23Z summary:
[3.14] Remove the `[email protected]` email in 'Installing Python Modules' (GH-145613) (#145708) Co-authored-by: Stan Ulbrych <[email protected]> files: M Doc/installing/index.rst diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst index 3a485a43a5a751..412005f3ec82f4 100644 --- a/Doc/installing/index.rst +++ b/Doc/installing/index.rst @@ -6,8 +6,6 @@ Installing Python Modules ************************* -:Email: [email protected] - As a popular open source development project, Python has an active supporting community of contributors and users that also make their software available for other Python developers to use under open source license terms. _______________________________________________ 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]
