py3: io.open takes a numeric buffering argument at index 2
commit2e231541b48fc97ca013079585ef556efda6cb95
authorGarming Sam <garming@catalyst.net.nz>
Thu, 21 Feb 2019 02:11:39 +0000 (21 15:11 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 12 Mar 2019 00:42:20 +0000 (12 00:42 +0000)
treefccdf3aa09962312672cc4b7fdacc29a4f5490a8
parentbcb0270c6bcd6c9268c4807030d9c5945624540e
py3: io.open takes a numeric buffering argument at index 2

It's unsure why this doesn't fail generically, but it fails on my machine sometimes...

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/gp_parse/gp_csv.py