archrelease: copy trunk to community-any
[ArchLinux/community.git] / python-selectors2 / trunk / python310.patch
blobc8b5469cc1e0d1f47628cfb01a7563e4cde920ff
1 diff -upr selectors2-2.0.2.orig/selectors2.py selectors2-2.0.2/selectors2.py
2 --- selectors2-2.0.2.orig/selectors2.py 2020-07-22 01:37:48.000000000 +0300
3 +++ selectors2-2.0.2/selectors2.py 2021-12-04 00:57:54.254560632 +0200
4 @@ -22,7 +22,8 @@
5 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6 # SOFTWARE.
8 -from collections import namedtuple, Mapping
9 +from collections import namedtuple
10 +from collections.abc import Mapping
11 import errno
12 import math
13 import platform