Files
PyAPNs2/apns2
Anders Kaseorg 88ee900854 Don’t import typing.Deque at runtime (for Python < 3.5.4)
On Ubuntu 16.04, which has Python 3.5.2, `apns2.client` failed to
import, because `typing.Deque` was not added until Python 3.5.4.

Fixes #88.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-10-08 22:49:46 +03:00
..
2017-01-08 13:07:22 +03:00
2019-07-29 01:26:15 +03:00