]> granicus.if.org Git - python/commit
Fix SF bug #691276, shutil.copytree documentation bug
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Feb 2003 21:36:32 +0000 (21:36 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 23 Feb 2003 21:36:32 +0000 (21:36 +0000)
commita4c93b68f164e6e3db881e9af5f0fdc9153680d4
tree94986d15a04eae2132c6037bed41c30ecb4ec2ef
parent61fe64d5de313dd66e7d42940f54b69ef371fc4f
Fix SF bug #691276, shutil.copytree documentation bug
Also use True/False instead of 1/0 for symlink flag.
Lib/shutil.py