Tue, 02 Feb 2021 16:26:58 +0100
PipInterface: added a TODO marker to not use the XML-RPC interface anymore as it has been disabled by PyPI.
eric6/PipInterface/PipPackagesWidget.py | file | annotate | diff | comparison | revisions |
--- a/eric6/PipInterface/PipPackagesWidget.py Tue Feb 02 16:25:50 2021 +0100 +++ b/eric6/PipInterface/PipPackagesWidget.py Tue Feb 02 16:26:58 2021 +0100 @@ -628,6 +628,8 @@ """ Private method to perform the search. """ + # TODO: change search to use web scraping to get rid of XML-RPC + # see thonny for how to do it self.searchResultList.clear() self.searchInfoLabel.clear()