[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

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11989] deprecate shutil.copy2

2011-05-06 Thread Éric Araujo

Éric Araujo mer...@netwok.org 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 
with a parameter?  Are users confused by the two functions with unhelpful 
names?  These are the kinds of questions to answer before considering breaking 
everyone’s code with a deprecation and removal.

Would you be willing to raise the issue on the python-ideas mailing list to get 
feedback?  Thanks in advance.

--
nosy: +eric.araujo, rhettinger
versions: +Python 3.3 -Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11989
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11989] deprecate shutil.copy2

2011-05-03 Thread Danijel

New submission from Danijel d...@korn.shell.la:

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: deprecate shutil.copy2
type: feature request
versions: Python 3.4
Added file: http://bugs.python.org/file21876/shutil.py.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11989
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com