PipInterface: added a TODO marker to not use the XML-RPC interface anymore as it has been disabled by PyPI.

Tue, 02 Feb 2021 16:26:58 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 02 Feb 2021 16:26:58 +0100
changeset 8056
6e89221ff9dd
parent 8055
52fdd41517f3
child 8057
f87f84ffcf3d

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()
         

eric ide

mercurial