[Python-checkins] [python/cpython] 19e049: bpo-29506: Clarify deep copy note in copy module

GitHub noreply at github.com
Sun Apr 9 06:22:32 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 19e04942562a980ad2519f6ff79c455a7472783b
      https://github.com/python/cpython/commit/19e04942562a980ad2519f6ff79c455a7472783b
  Author: Sanyam Khurana <CuriousLearner at users.noreply.github.com>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

  Changed paths:
    M Doc/library/copy.rst
    M Misc/ACKS

  Log Message:
  -----------
  bpo-29506: Clarify deep copy note in copy module

The reference to administrative data was confusing to readers,
so this simplifies the note to explain that deep copying may copy
more then you intended, such as data that you expected to be
shared between copies.




More information about the Python-checkins mailing list