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

ned-deily webhook-mailer at python.org
Mon Jan 9 22:37:16 EST 2023


https://github.com/python/cpython/commit/be23a202426385ad99dcb2611152783780c7bc42
commit: be23a202426385ad99dcb2611152783780c7bc42
branch: main
author: Ned Deily <nad at python.org>
committer: ned-deily <nad at python.org>
date: 2023-01-09T22:37:10-05:00
summary:

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

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