[issue43777] Remove description of "pip search" command from tutorial

2021-04-13 Thread Inada Naoki


Change by Inada Naoki :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43777] Remove description of "pip search" command from tutorial

2021-04-13 Thread miss-islington


miss-islington  added the comment:


New changeset 57873af35aad98c6428b1718aaee4b16a82ea3f5 by Miss Islington (bot) 
in branch '3.9':
bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
https://github.com/python/cpython/commit/57873af35aad98c6428b1718aaee4b16a82ea3f5


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43777] Remove description of "pip search" command from tutorial

2021-04-13 Thread miss-islington


miss-islington  added the comment:


New changeset 6ac1ea25a2ba2aae742e191784cf73033b3ab332 by Miss Islington (bot) 
in branch '3.8':
bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
https://github.com/python/cpython/commit/6ac1ea25a2ba2aae742e191784cf73033b3ab332


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43777] Remove description of "pip search" command from tutorial

2021-04-13 Thread miss-islington


Change by miss-islington :


--
pull_requests: +24131
pull_request: https://github.com/python/cpython/pull/25399

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43777] Remove description of "pip search" command from tutorial

2021-04-13 Thread miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +24130
pull_request: https://github.com/python/cpython/pull/25398

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43777] Remove description of "pip search" command from tutorial

2021-04-13 Thread Inada Naoki


Inada Naoki  added the comment:


New changeset 133705b85cc25d1e6684d32f8943ca288fadfda0 by Bob Kline in branch 
'master':
bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)
https://github.com/python/cpython/commit/133705b85cc25d1e6684d32f8943ca288fadfda0


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43777] Remove description of "pip search" command from tutorial

2021-04-09 Thread Bob Kline


Bob Kline  added the comment:

I have reported the failure of the CLA check tool.

https://bugs.python.org/issue43790

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43777] Remove description of "pip search" command from tutorial

2021-04-09 Thread Bob Kline


Bob Kline  added the comment:

Thanks for the clarification. I submitted a PR, but I'm unable to remove the 
"CLA not signed" tag from it (even though I have signed the CLA) and form at 
https://check-python-cla.herokuapp.com/ ("You can check yourself to see if the 
CLA has been received.") blows up with a 500 ("Server got itself in trouble"). 
Submitting patches for the Python documentation never used to be this hard. :-)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43777] Remove description of "pip search" command from tutorial

2021-04-08 Thread Inada Naoki


Inada Naoki  added the comment:

You are misreading the error message. 

> RuntimeError: PyPI's XMLRPC API is currently disabled due to unmanageable 
> load and will be deprecated in the near future. See 
> https://status.python.org/ for more information.

This error message says "PyPI's XMLRPC API" is disabled and will be deprecated. 
It doesn't say `pip search` command is disabled and will be deprecated.

Removing or reimplement `pip search` is discussed in this issue:
https://github.com/pypa/pip/issues/5216

Anyway, I am +1 to remove it from the tutorial.

--
nosy: +methane

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43777] Remove description of "pip search" command from tutorial

2021-04-08 Thread Bob Kline


Bob Kline  added the comment:

PR submitted: https://github.com/python/cpython/pull/25287

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43777] Remove description of "pip search" command from tutorial

2021-04-08 Thread Roundup Robot


Change by Roundup Robot :


--
keywords: +patch
nosy: +python-dev
nosy_count: 2.0 -> 3.0
pull_requests: +24023
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/25287

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43777] Remove description of "pip search" command from tutorial

2021-04-08 Thread Bob Kline


New submission from Bob Kline :

The official tutorial instructs users to find third-party packages by using the 
"pip search" command, which no longer works (and will be deprecated -- and 
presumably subsequently removed -- according to the error message). See 
https://docs.python.org/3.10/tutorial/venv.html#managing-packages-with-pip

That passage should be removed from the tutorial.

--
assignee: docs@python
components: Documentation
messages: 390550
nosy: bkline, docs@python
priority: normal
severity: normal
status: open
title: Remove description of "pip search" command from tutorial
versions: Python 3.10

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com