https://github.com/python/cpython/commit/4800aa3076cde0f76ef6ba02a074e061316311d2 commit: 4800aa3076cde0f76ef6ba02a074e061316311d2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-03-09T19:49:51Z summary:
[3.13] Remove the `[email protected]` email in 'Installing Python Modules' (GH-145613) (#145709) 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]
