[issue11989] deprecate shutil.copy2

2018-06-12 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: If such a thing goes in then copytree() should also be taken into account and expose the same parameter. That would probably be inconsistent with copytree()'s copy_function parameter though. -- nosy: +giampaolo.rodola

[issue11989] deprecate shutil.copy2

2017-03-27 Thread STINNER Victor
STINNER Victor added the comment: I like proposed changed. -- nosy: +haypo status: pending -> open ___ Python tracker ___ ___ Python-b

[issue11989] deprecate shutil.copy2

2017-03-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue11989] deprecate shutil.copy2

2011-05-06 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report. Could you elaborate a bit on the rational for the change? Aesthetics are usually not sufficient to change things; on the other hand, use of simplicity is a goal. Is is easier to remember two functions for two uses or to have one function

[issue11989] deprecate shutil.copy2

2011-05-03 Thread Danijel
New submission from Danijel : The function name is really ugly. The attached patch introduces an optional parameter to shutil.copy. -- components: Library (Lib) files: shutil.py.diff keywords: patch messages: 135073 nosy: datamuc priority: normal severity: normal status: open title: dep