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 112835c commit 83a1045Copy full SHA for 83a1045
1 file changed
Lib/idlelib/README.txt
@@ -242,8 +242,8 @@ Sort 'from idlelib import mod1' and 'from idlelib.mod2 import object'
242
together by module, ignoring within module objects.
243
Put 'import __main__' after other idlelib imports.
244
245
-Imports only needed for testing are not at the top but are put in the
246
-htest function def or the "if __name__ == '__main__'" clause.
+Imports only needed for testing are put not at the top but in an
+htest function def or "if __name__ == '__main__'" clause.
247
248
Within module imports like "from idlelib.mod import class" may cause
249
circular imports to deadlock. Even without this, circular imports may
0 commit comments