-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
[doc] Fix broken links and improve stand-alone tools list in FAQ #22124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest updating one answer's reference to py2exe, since it now supports Python 3. Otherwise, the PR looks fine to me.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
@akuchling py2exe support for Python 3 is marked as beta, with no changes since 2014. Does that count https://pypi.org/project/py2exe/ |
1b7e951
to
9a601ae
Compare
9a601ae
to
1164cd9
Compare
I have made the requested changes; please review again |
Thanks for making the requested changes! @akuchling: please review the changes made to this pull request. |
Thanks @andresdelfino for the PR, and @orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
Thanks @andresdelfino for the PR, and @orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @andresdelfino for the PR, and @orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
This fixes the obsolete URL for cx_Freeze, adds a mention to py2app, and shows the applications as a list.