Removed some more obsolete TODO markers. eric7

Tue, 14 Sep 2021 19:18:33 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 14 Sep 2021 19:18:33 +0200
branch
eric7
changeset 8605
43bd6ec9198f
parent 8604
d25390ea2f19
child 8606
dd9bf9841c50

Removed some more obsolete TODO markers.

eric7/PipInterface/Pip.py file | annotate | diff | comparison | revisions
eric7/WebBrowser/SiteInfo/SiteInfoWidget.py file | annotate | diff | comparison | revisions
eric7/eric7_doc.py file | annotate | diff | comparison | revisions
--- a/eric7/PipInterface/Pip.py	Tue Sep 14 18:08:32 2021 +0200
+++ b/eric7/PipInterface/Pip.py	Tue Sep 14 19:18:33 2021 +0200
@@ -296,7 +296,6 @@
         @rtype bool
         """
         pyqtPackages = [
-            # TODO: extend this list for PyQt 6.2
             p for p in packages if p.lower() in [
                 "pyqt6", "pyqt6-sip", "pyqt6-webengine", "pyqt6-charts",
                 "pyqt6-qscintilla",
--- a/eric7/WebBrowser/SiteInfo/SiteInfoWidget.py	Tue Sep 14 18:08:32 2021 +0200
+++ b/eric7/WebBrowser/SiteInfo/SiteInfoWidget.py	Tue Sep 14 19:18:33 2021 +0200
@@ -158,7 +158,6 @@
         moreButton.clicked.connect(self.__showSiteInfo)
         layout.addLayout(horizontalLayout, rows, 0, 1, -1)
         
-        # TODO: check, if this changes anything
         layout.activate()
     
     def showAt(self, pos):
--- a/eric7/eric7_doc.py	Tue Sep 14 18:08:32 2021 +0200
+++ b/eric7/eric7_doc.py	Tue Sep 14 19:18:33 2021 +0200
@@ -281,8 +281,6 @@
         outputDir = os.getcwd()
     outputDir = os.path.abspath(outputDir)
     
-    # TODO: write configured colors to a stylesheet file and use stylesheet
-    #       variant only
     if stylesheetFile:
         try:
             shutil.copy(stylesheetFile, os.path.join(outputDir, "styles.css"))

eric ide

mercurial