]> granicus.if.org Git - python/commit
Add -3 warnings that set.copy(), dict.copy(), and defaultdict.copy() will go away...
authorRaymond Hettinger <python@rcn.com>
Sat, 9 Feb 2008 04:37:49 +0000 (04:37 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 9 Feb 2008 04:37:49 +0000 (04:37 +0000)
commit17a74c395eafa98e7dcdeaa8a48110e95b142b66
tree971dcfcf56ead21ef19b6576205e99babfe54c8d
parent2e827bfdfea7b940517f90af78c986aec9159d2c
Add -3 warnings that set.copy(), dict.copy(), and defaultdict.copy() will go away in Py3.x
Modules/_collectionsmodule.c
Objects/dictobject.c
Objects/setobject.c