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 skrah
Recipients methane, ncoghlan, serhiy.storchaka, skrah, terry.reedy, vstinner
Date 2019-03-22.15:10:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553267407.26.0.887965916198.issue36299@roundup.psfhosted.org>
In-reply-to
Content
array() uses struct module characters except for 'u'. PEP-3118 was 
supposed to be implemented in the struct module.

If array() continues to use 'u', the only sensible thing would be
to remove (or rename) 'a', 'u' and 'w' from PEP-3118.
History
Date User Action Args
2019-03-22 15:10:07skrahsetrecipients: + skrah, terry.reedy, ncoghlan, vstinner, methane, serhiy.storchaka
2019-03-22 15:10:07skrahsetmessageid: <1553267407.26.0.887965916198.issue36299@roundup.psfhosted.org>
2019-03-22 15:10:07skrahlinkissue36299 messages
2019-03-22 15:10:07skrahcreate