[issue27856] Issue while passing the parameter

2016-08-24 Thread Berker Peksag
Berker Peksag added the comment: Please report this to sfbulk developers. sfbuld is not part of the Python standard library. -- nosy: +berker.peksag resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue27856] Issue while passing the parameter

2016-08-24 Thread Kameshwar Singh
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