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 h2a10
Recipients h2a10, ned.deily, ronaldoussoren
Date 2020-04-26.18:17:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587925038.05.0.935755179102.issue40400@roundup.psfhosted.org>
In-reply-to
Content
when you run cpython/Mac/BuildScript/build-installer.py with python 3.9.0 it failed with the following error
 from plistlib import Plist
ImportError: cannot import name 'Plist' from 'plistlib'
History
Date User Action Args
2020-04-26 18:17:18h2a10setrecipients: + h2a10, ronaldoussoren, ned.deily
2020-04-26 18:17:18h2a10setmessageid: <1587925038.05.0.935755179102.issue40400@roundup.psfhosted.org>
2020-04-26 18:17:18h2a10linkissue40400 messages
2020-04-26 18:17:17h2a10create