Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a3560 commit 4ba6067Copy full SHA for 4ba6067
1 file changed
Lib/idlelib/EditorWindow.py
@@ -283,7 +283,6 @@ def good_advice(self, event=None):
283
tkMessageBox.showinfo('Advice', "Don't Panic!", master=self.text)
284
285
def view_readme(self, event=None):
286
- print>>sys.__stderr__, "** __file__: ", __file__
287
fn=os.path.join(os.path.abspath(os.path.dirname(__file__)),'README.txt')
288
textView.TextViewer(self.top,'IDLEfork - README',fn)
289
0 commit comments