flokX added the comment:
Okay, than this behaviour is wanted.
I only thought that the user should have more control about it, but you are
right, only the path string is better to handle.
I will close the PR.
--
pull_requests: +12051
resolution: -> not a bug
status: open ->
flokX added the comment:
You are right about the bug. The funny thing is, I never saw it.
The problem I see is another.
The use_srcentry variable in the _copytree function is set by determining if
the copy_function is the function copy2 or copy. If so the srcentry is passed
to the
Change by flokX :
--
pull_requests: +12022
___
Python tracker
<https://bugs.python.org/issue33695>
___
___
Python-bugs-list mailing list
Unsubscribe:
flokX added the comment:
A new PR is started.
See https://bugs.python.org/issue35652 and
https://github.com/python/cpython/pull/11425
--
nosy: -docs@python
resolution: -> later
stage: patch review -> resolved
status: open -> closed
_
Change by flokX :
--
keywords: +patch
pull_requests: +10846
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35652>
___
___
Python-
New submission from flokX :
Currently it is decided if to use the srcentry in the copy_function by checking
if the copy_function is copy() or copy2(). This will fail if the copy_function
is a modified copy() or copy2() function. To control if the copy_function gets
a srcentry or srcname
Change by flokX :
--
keywords: +patch, patch, patch, patch
pull_requests: +10832, 10833, 10834, 10835
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by flokX :
--
keywords: +patch, patch
pull_requests: +10832, 10833
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35648>
___
_
Change by flokX :
--
keywords: +patch
pull_requests: +10832
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35648>
___
___
Python-
Change by flokX :
--
keywords: +patch, patch, patch
pull_requests: +10832, 10833, 10835
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
New submission from flokX :
Currently it is decided if to use the srcentry in the copy_function by checking
if the copy_function is copy() or copy2(). This will fail if the copy_function
is a modified copy() or copy2() function. To control if the copy_function gets
a srcentry or srcname
11 matches
Mail list logo