]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93573: Replace wrong example domains in configparser doc (GH-93574)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 Feb 2023 15:22:23 +0000 (07:22 -0800)
committerGitHub <noreply@github.com>
Thu, 16 Feb 2023 15:22:23 +0000 (07:22 -0800)
commit4d74bb4726697fad7a72430503b5faa6dc4dadf6
tree66ae4584e4f7c36800750c5b3428be0a4b788fed
parentbc3718eb4b6defcdffb23b0c6f5879c5e721609a
gh-93573: Replace wrong example domains in configparser doc (GH-93574)

* Replace bitbucket.org domain by forge.example
* Update example to python.org
* Use explicitly invalid domain

topsecret.server.com domain is not controled by PSF. It's replaced by invalid topsecret.server.example domain. It follows RFC 2606, which advise .example as TLD for documentation.
(cherry picked from commit 924a3bfa28578802eb9ca77a66fb5d4762a62f14)

Co-authored-by: sblondon <stephane.blondon@gmail.com>
Doc/library/configparser.rst