]> granicus.if.org Git - python/commit
bpo-11572: Make minor improvements to copy module (GH-8208)
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 9 Jul 2018 20:14:54 +0000 (23:14 +0300)
committerGitHub <noreply@github.com>
Mon, 9 Jul 2018 20:14:54 +0000 (23:14 +0300)
commit2708578736d1aa15685495e9b94b827a8e185a8c
tree45954e6122da29176499ecb643534f27917b9f68
parent9863de0355caf23c44b708a5d68b603e135f7ae9
bpo-11572: Make minor improvements to copy module (GH-8208)

* When doing getattr lookups with a default of "None", it now
  uses an "is" comparison against None which is more correct
* Removed outdated code

Patch by Brandon Rhodes.
Lib/copy.py
Lib/pickle.py