Results 953 comments of Thomas Grainger

@romesco I use https://pypi.org/project/flake8-no-pep420/ as a workaround

I've uploaded this to https://pypi.org/project/bleach-allowed-list/ as an alpha for you to test, @yourcelf

also note that pypi mock has now backported AsyncMock for older pythons

perhaps a new release with: ```python if sys.version_info >= (3, 8): from unittest.mock import AsyncMock as CoroutineMock else: from mock import AsyncMock as CoroutineMock ``` and then depend on: ```ini...

Is it based on current vendor support? Is it based on usage patterns? Does only premium enterprise support count as obsolete?

What about not officially supported vs only enterprise (paid) support?

@chicoxyzzy a decision should be made first. maybe remove the term "obsolete" and use "supported" and "unsupported" where supported is clarified with "nb: IE support refers to support on Microsoft...

See also https://github.com/babel/babel-preset-env/issues/360

@ljharb uglify-js only supports 'ES5'