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

Changes to work with python 3.4 #164

Closed joelmir closed 8 years ago

joelmir commented 8 years ago

Int cast to work with python 3.4

ExplodingCabbage commented 8 years ago

I'm sure one of your changes here (calling int() on an int literal) has no purpose, and I'm not sure what problem the other two are trying to solve since you haven't explained or shown a traceback. If they have an important purpose I'm missing, please feel free to reopen with more information.