| commit | 4d74bb4726697fad7a72430503b5faa6dc4dadf6 | [log] [tgz] |
|---|---|---|
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Feb 16 07:22:23 2023 -0800 |
| committer | GitHub <noreply@github.com> | Thu Feb 16 07:22:23 2023 -0800 |
| tree | 66ae4584e4f7c36800750c5b3428be0a4b788fed | |
| parent | bc3718eb4b6defcdffb23b0c6f5879c5e721609a [diff] |
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>