New submission from Matthias Klose:

shutil imports distutils in _call_external_zip just for the calling of an 
external command.  This should be done using subprocess these days.

----------
components: Library (Lib)
messages: 212007
nosy: doko
priority: normal
severity: normal
stage: needs patch
status: open
title: shutil should not use distutils
type: behavior
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20744>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to