python-tabulate
python-tabulate copied to clipboard
Empty table and `maxheadercolwidths`
Consistency between processing of maxcolwidths and maxheadercolwidths.
https://github.com/astanin/python-tabulate/blob/74885be915e2ac611585f5398f23c402532c1059/tabulate/init.py#L2250-L2253
https://github.com/astanin/python-tabulate/blob/74885be915e2ac611585f5398f23c402532c1059/tabulate/init.py#L2265
Fixes #365.