heroku / salesforce-bulk

Python interface to the Salesforce.com Bulk API
MIT License
207 stars 154 forks source link

python3 support #38

Closed ceocoder closed 7 years ago

ceocoder commented 7 years ago

This PR adds support for Python 3.

All changes were made using 2to3 tool

lambacck commented 7 years ago

I will not merge this as this PR will drop Python 2 support. Please see #40 for work being done to support Python 3 using the modernize tool.