25 Aug
2019
25 Aug
'19
2:21 a.m.
Terry J. Reedy <tjreedy@udel.edu> added the comment: At least some idlelib imports are delayed to avoid circular import errors, as described by Nick. The patch adds 'Module level' before 'imports'. Pro: techinically correct as only module level imports can be put at the top. Com: might be seen as giving too much license to putting imports elsewhere. Raymond, what do you think? If you are not 'pro' enough to make the change, I think we should close. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue23061> _______________________________________