defnull / multipart

Multipart parser for Python 3
Other
120 stars 33 forks source link

Import MutableMapping from collections.abc #23

Closed cjwatson closed 3 years ago

cjwatson commented 3 years ago

This exists as of Python 3.3, and multipart >= 0.2 only supports 3.6 and up. The old import path produces a DeprecationWarning on Python >= 3.7.