littletable 3.0.1
56A3-
Fixed bug when using
None
as a key into a unique index. -
Fixed output width when calling
Table.present()
. Previously, this would limit the width of the output to the current console default width (often set to 80), even if sending the output to a file. The width can now be overridden by passing an integerwidth
argument toTable.present()
. -
Updated
how_to_use_littletable.md
with notes on adding aUser-Agent
header when importing data from HTTP/HTTPS urls.