shutil.chown should support dir_fd and follow_symlinks keyword arguments · Issue #62308 · python/cpython (original) (raw)

BPO 18108
Nosy @cjwatson, @PCManticore, @berkerpeksag, @hynek, @phmc, @avinassh, @tahia-khan
PRs bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown #15811
Files issue18108.diff

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None closed_at = None created_at = <Date 2013-05-31.13:09:57.018> labels = ['easy', 'type-feature', 'library'] title = 'shutil.chown should support dir_fd and follow_symlinks keyword arguments' updated_at = <Date 2019-10-28.20:48:21.699> user = 'https://github.com/cjwatson'

bugs.python.org fields:

activity = <Date 2019-10-28.20:48:21.699> actor = 'pconnell' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2013-05-31.13:09:57.018> creator = 'cjwatson' dependencies = [] files = ['35633'] hgrepos = [] issue_num = 18108 keywords = ['patch', 'easy'] message_count = 7.0 messages = ['190404', '220430', '220564', '220565', '221675', '346893', '351543'] nosy_count = 7.0 nosy_names = ['cjwatson', 'Claudiu.Popa', 'berker.peksag', 'hynek', 'pconnell', 'avi', 'ta1hia'] pr_nums = ['15811'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue18108' versions = ['Python 3.5']

Linked PRs