djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 377 forks source link

fix a python 3.x test problem #210

Open shiyuchong opened 4 years ago

shiyuchong commented 4 years ago

the order of the result in Payload.dict() changed after python upgrade,which caused a failure in test in python 3.6. And now it has been fixed.

shiyuchong commented 4 years ago

please test it again. I am new to Github, and do not know how to pull request, so maybe I have made some mistake. for example, indent problem. Thanks.