This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients eric.snow, ned.deily, ronaldoussoren
Date 2013-12-19.09:32:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387445560.84.0.761277087158.issue20022@psf.upfronthosting.co.za>
In-reply-to
Content
bundlebuild.py is a deprecated legacy tool that has been superseded by the third-party py2app.  AFAIK, its only use in Python 3 is to build PythonLauncher.app; it is not included in a Python installation.  Rather than refactor it, its use should be eliminated in Mac/PythonLauncher/Makefile.in.
History
Date User Action Args
2013-12-19 09:32:40ned.deilysetrecipients: + ned.deily, ronaldoussoren, eric.snow
2013-12-19 09:32:40ned.deilysetmessageid: <1387445560.84.0.761277087158.issue20022@psf.upfronthosting.co.za>
2013-12-19 09:32:40ned.deilylinkissue20022 messages
2013-12-19 09:32:40ned.deilycreate