New submission from Kameshwar Singh: Hello Team,
I have one issue while using below function. I am using python 2.7.11 version on both OSX and Windows. batch_result = SFbulk.get_batch_results(batch, result_id, job, maxfields=1) If I am using above function on Windows machine, its working fine but on OSX its throwing error for maxfields=1 parameter. And if I am using below code. maxfields=1 batch_result = SFbulk.get_batch_results(batch, result_id, job, maxfields) In this case, this is running fine on OSX but throwing error on Windows. Please help me on this. ---------- components: Windows messages: 273614 nosy: kameshwar, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Issue while passing the parameter type: compile error versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue27856> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com