jusText icon indicating copy to clipboard operation
jusText copied to clipboard

Heuristic based boilerplate removal tool

Results 11 jusText issues
Sort by recently updated
recently updated
newest added

I have another package that installs urllib2, and therefore the import below succeeds, and then proceeds to break in Python 3.12 ``` import urllib2 as urllib URLError = urllib.URLError ```...