[Python-checkins] gh-100893: update bpo reference in Mac README (GH-100905)

miss-islington webhook-mailer at python.org
Mon Jan 9 22:40:40 EST 2023


https://github.com/python/cpython/commit/03732b1bd96ebb6a81824b4b744fed3cf12ea49e
commit: 03732b1bd96ebb6a81824b4b744fed3cf12ea49e
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2023-01-09T19:40:34-08:00
summary:

gh-100893: update bpo reference in Mac README (GH-100905)

(cherry picked from commit be23a202426385ad99dcb2611152783780c7bc42)

Co-authored-by: Ned Deily <nad at python.org>

files:
M Mac/README.rst

diff --git a/Mac/README.rst b/Mac/README.rst
index bc40b41f7f38..e32566d5475a 100644
--- a/Mac/README.rst
+++ b/Mac/README.rst
@@ -347,9 +347,9 @@ The configure script sometimes emits warnings like the one below::
    configure: WARNING: libintl.h:     section "Present But Cannot Be Compiled"
    configure: WARNING: libintl.h: proceeding with the preprocessor's result
    configure: WARNING: libintl.h: in the future, the compiler will take precedence
-   configure: WARNING:     ## --------------------------------------- ##
-   configure: WARNING:     ## Report this to https://bugs.python.org/ ##
-   configure: WARNING:     ## --------------------------------------- ##
+   configure: WARNING:     ## -------------------------------------------------------- ##
+   configure: WARNING:     ## Report this to https://github.com/python/cpython/issues/ ##
+   configure: WARNING:     ## -------------------------------------------------------- ##
 
 This almost always means you are trying to build a universal binary for
 Python and have libraries in ``/usr/local`` that don't contain the required



More information about the Python-checkins mailing list