summaryrefslogtreecommitdiff
path: root/_test/test_copy.py
Commit message (Collapse)AuthorAgeFilesLines
* undid miswrapping of testsAnthon van der Neut2018-08-051-36/+18
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-19/+37
|
* Resolving issue #210 deprecation warning in python 3.7Anthon van der Neut2018-07-281-1/+0
| | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)*
* fix #84, deepcopy not working (reported by Peter Amstutz)0.13.5Anthon van der Neut2016-12-251-0/+118
added test, implemented __deepcopy__ on CommentedMap and CommentedSeq