Change by Dan Hemberger :
--
pull_requests: +13820
pull_request: https://github.com/python/cpython/pull/13951
___
Python tracker
<https://bugs.python.org/issue16
Change by Dan Hemberger :
--
keywords: +patch
pull_requests: +13819
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/13951
___
Python tracker
<https://bugs.python.org/issu
New submission from Dan Hemberger :
When using the CacheFTPHandler in the most basic of contexts, a URLError will
be thrown if you try to reuse any of the FTP instances stored in the handler.
This makes CacheFTPHandler unusable for its intended purpose. Note that the
default FTPHandler
Change by Dan Hemberger :
--
type: -> enhancement
___
Python tracker
<https://bugs.python.org/issue34012>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Dan Hemberger :
The distutils.core.Extension class has a constructor argument `include_dirs`,
which includes each directory with `-I`. However, it is sometimes desirable to
include additional system headers using `-isystem`. Currently, this is only
possible by manually