djacobs / PyAPNs

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

Python 2 and 3: forward-compatible #153

Closed flamewow closed 8 years ago

flamewow commented 8 years ago

Changed apns.py to work with Python3. Still need changed to tests

flamewow commented 8 years ago

Added test cases for Python3, also saved test cases for Python2