https://github.com/python/cpython/commit/b77a95f44a024d1afab28e380252aa6d9c4efb1c commit: b77a95f44a024d1afab28e380252aa6d9c4efb1c branch: main author: Julien Palard <julien at palard.fr> committer: JulienPalard <julien at palard.fr> date: 2022年05月09日T23:10:19+02:00 summary: Doc: Update py2app link. (#91585) See: https://mail.python.org/archives/list/docs@python.org/thread/KDVFGNGGUGGPVRZT7WZYHHWXCRS2GEN7/ files: M Doc/using/mac.rst diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 2f132a96bef08..f7db038430b6d 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -160,7 +160,7 @@ Distributing Python Applications on the Mac The standard tool for deploying standalone Python applications on the Mac is :program:`py2app`. More information on installing and using py2app can be found -at http://undefined.org/python/#py2app. +at https://pypi.org/project/py2app/. Other Resources