Message340600
| Author | scoder |
|---|---|
| Recipients | asvetlov, eli.bendersky, gphemsley, mdk, p-ganssle, r.david.murray, scoder, serhiy.storchaka, thatiparthy |
| Date | 2019-04-21.06:36:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1555828580.4.0.396072785445.issue32424@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
We should not add anything to the implementation that we consider legacy elsewhere. Py3 has "always" used the C accelerator module instead of the Python implementation, which suggests that its interface is probably the righter one. So: make sure that the Obvious Ways, copy.copy() and copy.deepcopy(), work nicely for both implementations, and deprecate Element.copy() in Py3.8. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-21 06:36:20 | scoder | set | recipients: + scoder, r.david.murray, eli.bendersky, asvetlov, serhiy.storchaka, thatiparthy, mdk, p-ganssle, gphemsley |
| 2019-04-21 06:36:20 | scoder | set | messageid: <1555828580.4.0.396072785445.issue32424@roundup.psfhosted.org> |
| 2019-04-21 06:36:20 | scoder | link | issue32424 messages |
| 2019-04-21 06:36:20 | scoder | create | |