Tue, 14 Sep 2021 19:18:33 +0200
Removed some more obsolete TODO markers.
--- 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"))