colorclass icon indicating copy to clipboard operation
colorclass copied to clipboard

Make code forwards-compatible with Python 3.9

Open ralphje opened this issue 4 years ago • 0 comments

Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working

ralphje avatar Aug 24 '20 12:08 ralphje