Removed obsolete TODO markers. eric7

Fri, 20 Aug 2021 19:54:49 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 20 Aug 2021 19:54:49 +0200
branch
eric7
changeset 8525
23d37fb05a21
parent 8524
595547ab8d6f
child 8526
587202572b10

Removed obsolete TODO markers.

eric7/QScintilla/Shell.py file | annotate | diff | comparison | revisions
eric7/eric7.py file | annotate | diff | comparison | revisions
--- a/eric7/QScintilla/Shell.py	Fri Aug 20 18:02:46 2021 +0200
+++ b/eric7/QScintilla/Shell.py	Fri Aug 20 19:54:49 2021 +0200
@@ -2384,7 +2384,6 @@
         """
         Public method to save the current contents to a file.
         """
-        # TODO: not yet implemented
         txt = self.text()
         if txt:
             fn, selectedFilter = EricFileDialog.getSaveFileNameAndFilter(
--- a/eric7/eric7.py	Fri Aug 20 18:02:46 2021 +0200
+++ b/eric7/eric7.py	Fri Aug 20 19:54:49 2021 +0200
@@ -160,7 +160,6 @@
     # Workaround for a strange issue with QScintilla
     if str(excValue) == "unable to convert a QVariant back to a Python object":
         return
-    # TODO: remove this workaround once issue is resolved
     
     separator = '-' * 80
     logFile = os.path.join(Globals.getConfigDir(), "eric7_error.log")

eric ide

mercurial