Skip to content

Commit be23a20

Browse files
authored
gh-100893: update bpo reference in Mac README (GH-100905)
1 parent 3f3c78e commit be23a20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Mac/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ The configure script sometimes emits warnings like the one below::
347347
configure: WARNING: libintl.h: section "Present But Cannot Be Compiled"
348348
configure: WARNING: libintl.h: proceeding with the preprocessor's result
349349
configure: WARNING: libintl.h: in the future, the compiler will take precedence
350-
configure: WARNING: ## --------------------------------------- ##
351-
configure: WARNING: ## Report this to https://bugs.python.org/ ##
352-
configure: WARNING: ## --------------------------------------- ##
350+
configure: WARNING: ## -------------------------------------------------------- ##
351+
configure: WARNING: ## Report this to https://github.com/python/cpython/issues/ ##
352+
configure: WARNING: ## -------------------------------------------------------- ##
353353

354354
This almost always means you are trying to build a universal binary for
355355
Python and have libraries in ``/usr/local`` that don't contain the required

0 commit comments

Comments
 (0)