]> granicus.if.org Git - python/commit
Added Unicode objects to the copy mechanism. Since these are immutable,
authorMarc-André Lemburg <mal@egenix.com>
Thu, 7 Sep 2000 11:00:03 +0000 (11:00 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 7 Sep 2000 11:00:03 +0000 (11:00 +0000)
commitf156a44e8c5d0184c5868b7d6225d7a497e9ca56
tree5ec1576d2fa916551a630fc3de3d04b25637d16e
parent627273165dc74a25eadfa25722113f7e31e75123
Added Unicode objects to the copy mechanism. Since these are immutable,
they are copied as atomic types.
Lib/copy.py