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 mark.dickinson
Recipients Dominik V., docs@python, mark.dickinson, rhettinger, veky
Date 2020-04-22.06:54:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587538482.56.0.198446545812.issue40342@roundup.psfhosted.org>
In-reply-to
Content
However, the list comprehension pattern is not as bad as lines like this one [#1]:

    map(lambda plugin: self.start_plugin(plugin), self._plugins)

... which of course stopped working as soon as we transitioned to Python 3. :-(


[#1] https://github.com/enthought/envisage/blob/b7adb8793336dd3859623cb89bcc7bdfefe91b29/enthought/envisage/plugin_manager.py#L105
History
Date User Action Args
2020-04-22 06:54:42mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, docs@python, veky, Dominik V.
2020-04-22 06:54:42mark.dickinsonsetmessageid: <1587538482.56.0.198446545812.issue40342@roundup.psfhosted.org>
2020-04-22 06:54:42mark.dickinsonlinkissue40342 messages
2020-04-22 06:54:42mark.dickinsoncreate