]> granicus.if.org Git - python/commit
Issue #14082: shutil.copy2() now copies extended attributes, if possible.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 May 2012 17:02:01 +0000 (19:02 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 May 2012 17:02:01 +0000 (19:02 +0200)
commit424246fbf3953ccdb3b34961db007a453873a3ea
tree64fc5c2f67d12ae1ca24201d0569748f7df9352b
parent4d688e3275d5a10e2321571392cdc31945bb8a89
Issue #14082: shutil.copy2() now copies extended attributes, if possible.
Patch by Hynek Schlawack.
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/support.py
Lib/test/test_os.py
Lib/test/test_shutil.py
Misc/NEWS