Message309184
| Author | serhiy.storchaka |
|---|---|
| Recipients | asvetlov, eli.bendersky, gphemsley, mdk, p-ganssle, r.david.murray, scoder, serhiy.storchaka, thatiparthy |
| Date | 2017-12-29.18:03:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1514570591.55.0.213398074469.issue32424@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There is an existing test for copying. No new tests are needed. Just add a case for the copy() method in test_copy. Special __deepcopy__() method for Python implementation is not needed. copy.deepcopy() already works well. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-29 18:03:11 | serhiy.storchaka | set | recipients: + serhiy.storchaka, scoder, r.david.murray, eli.bendersky, asvetlov, thatiparthy, mdk, p-ganssle, gphemsley |
| 2017-12-29 18:03:11 | serhiy.storchaka | set | messageid: <1514570591.55.0.213398074469.issue32424@psf.upfronthosting.co.za> |
| 2017-12-29 18:03:11 | serhiy.storchaka | link | issue32424 messages |
| 2017-12-29 18:03:11 | serhiy.storchaka | create | |