Commit Graph
2 Commits
Author SHA1 Message Date
Anders Kaseorg a3c5b48cef Rephrase problematic Optional[Type[JSONEncoder]] (for Python < 3.5.3)
On Ubuntu 16.04, which has Python 3.5.2, this raised `TypeError:
descriptor '__subclasses__' of 'type' object needs an
argument` (https://github.com/python/typing/issues/266).

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-10-08 22:49:46 +03:00
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