Skip to content

Conversation

@ghost
Copy link

According to the orignal ActiveState recipe, deepcopy() should be called when 'deep' parameter is True.

Relevant orignal snippet:

(copy.copy, copy.deepcopy)[bool(deep)](obj.__dict__)

According to the orignal ActiveState recipe, deepcopy() should be called when 'deep' parameter is True. Relevant orignal snippet: (copy.copy, copy.deepcopy)[bool(deep)](obj.__dict__)
faif added a commit that referenced this pull request Nov 22, 2015
@faiffaif merged commit cf9cc12 into faif:masterNov 22, 2015
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@faif