Pablo Galindo Salgado <pablogsal(a)gmail.com> added the comment:
New changeset b942707fc23454a998323c17e30be78ff1a4f0e7 by Pablo Galindo (BNMetrics) in branch 'master':
bpo-29341: Clarify that path-like objects are accepted in some os methods (GH-10101)
https://github.com/python/cpython/commit/b942707fc23454a998323c17e30be78ff1…
----------
nosy: +pablogsal
_______________________________________
Python tracker <report(a)bugs.python.org>
<https://bugs.python.org/issue29341>
_______________________________________
New submission from INADA Naoki <songofacandy(a)gmail.com>:
https://mail.python.org/pipermail/docs/2018-October/037913.html
Dead URL: http://pypi.org/project/Twisted/json
Valid URL: https://pypi.org/pypi/Twisted/json
But JSON returned by the valid URL seems too long for the example.
Is there a better sample JSON we can use in the example?
----------
assignee: docs@python
components: Documentation
messages: 328517
nosy: docs@python, inada.naoki
priority: normal
severity: normal
status: open
title: Doc: pprint example uses dead URL
versions: Python 3.6, Python 3.7, Python 3.8
_______________________________________
Python tracker <report(a)bugs.python.org>
<https://bugs.python.org/issue35075>
_______________________________________
New submission from Pedro <pgacv2+pythonbugs(a)gmail.com>:
https://pip.pypa.io/en/stable/user_guide/#installing-from-local-packages states that you can use a --directory option with the install subcommand. This fails with pip 18.1 on both Python 2.7 on SLES12 and Python 3.6 on Windows 10:
==========
pip install --download my_dir -r reqs.txt
Usage:
pip install [options] <requirement specifier> [package-index-options] ...
pip install [options] -r <requirements file> [package-index-options] ...
pip install [options] [-e] <vcs project url> ...
pip install [options] [-e] <local project path> ...
pip install [options] <archive url/path> ...
no such option: --download
----------
assignee: docs@python
components: Documentation
messages: 329069
nosy: docs@python, pgacv2
priority: normal
severity: normal
status: open
title: pip install --download option does not exist
type: behavior
versions: Python 2.7, Python 3.6
_______________________________________
Python tracker <report(a)bugs.python.org>
<https://bugs.python.org/issue35135>
_______________________________________
New submission from Julian O <pythontracker(a)somethinkodd.com>:
In 2014, urlretrieve was changed to accept a context parameter to configure, for example, SSL settings.
Ref: https://github.com/python/cpython/commit/b206473ef8a7abe9abf5ab8776ea3bcb90…
However, 2.7.14 documentation does not mention this parameter.
> urllib.urlretrieve(url[, filename[, reporthook[, data]]])
Ref: https://docs.python.org/2/library/urllib.html
----------
assignee: docs@python
components: Documentation
messages: 311861
nosy: docs@python, julian_o
priority: normal
severity: normal
status: open
title: urllib.retrieve documentation doesn't mention context parameter
versions: Python 2.7
_______________________________________
Python tracker <report(a)bugs.python.org>
<https://bugs.python.org/issue32804>
_______________________________________