https://github.com/python/cpython/commit/d6c1763a08d7679ee4b11466c7fa088692c6903e commit: d6c1763a08d7679ee4b11466c7fa088692c6903e branch: main author: Stan Ulbrych <[email protected]> committer: hugovk <[email protected]> date: 2026-03-09T19:43:13Z summary:
Remove the `[email protected]` email in 'Installing Python Modules' (#145613) 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]
