This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients eric.smith, gvanrossum, rhettinger, terry.reedy, thatiparthy
Date 2018-11-09.23:15:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541805349.77.0.788709270274.issue35202@psf.upfronthosting.co.za>
In-reply-to
Content
There's a few that should be discussed with the module maintainers first.  A patch for IDLE should go through Terry Reedy.  The "java.lang" in platform isn't a normal import and may have something to do with Jython.  The "abc" in typing.py might be there for a reason, so ask Guido before zapping it.  It's also possible that "encodings" might be in codecs for a reason as well, but I'm not sure who you should check with. 

I'm not sure about readline, rlcompleter, sitecustomize, and usercustomize. I think think those imports may be there for their side-effects.  Just importing them may suffice to enable some behavior, so be careful with these.
History
Date User Action Args
2018-11-09 23:15:49rhettingersetrecipients: + rhettinger, gvanrossum, terry.reedy, eric.smith, thatiparthy
2018-11-09 23:15:49rhettingersetmessageid: <1541805349.77.0.788709270274.issue35202@psf.upfronthosting.co.za>
2018-11-09 23:15:49rhettingerlinkissue35202 messages
2018-11-09 23:15:49rhettingercreate