[issue27099] IDLE: turn built-in extensions into regular modules

Terry J. Reedy report at bugs.python.org
Tue Jan 23 02:10:19 EST 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

These patches were first released with the 3.6.3 release candidate.  Nothing was changed for 3.6.4.  Rechecking the changes to autocomplete.py in PR 2494, the only expected effect, after the followup in #31488, PR 3612, is that changes to the popup wait time should take effect immediately instead of sometime later.  I considered making this happen for the 'extension' features, as with with other features, a type of bugfix.

If you have an issue with completions, other than those listed in #27609, please open a new issue.

I know zzdummy is listed.  An explanation that it is there for testing and example should have been added to the [Help] buttom text for the extension tab.  I opened #32631 for this and possible changes to zzdummy.py.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27099>
_______________________________________


More information about the Python-bugs-list mailing list