Message 338610 - Python tracker (original) (raw)
Message338610
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:07 | skrah | set | recipients: + skrah, terry.reedy, ncoghlan, vstinner, methane, serhiy.storchaka |
2019-03-22 15:10:07 | skrah | set | messageid: 1553267407.26.0.887965916198.issue36299@roundup.psfhosted.org |
2019-03-22 15:10:07 | skrah | link | issue36299 messages |
2019-03-22 15:10:07 | skrah | create |