KMseven / prettytable

Automatically exported from code.google.com/p/prettytable
Other
0 stars 0 forks source link

Invalid parsing of keyword arguments in constructor #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new instance with PrettyTable(border=False)
2. print the table

What is the expected output? What do you see instead?

The keyword argument `border` is ignored. I would expect a table without border 
to be printed out. Instead a table with the border is printed.

Original issue reported on code.google.com by antonio....@gmail.com on 19 Jan 2013 at 11:18

GoogleCodeExporter commented 9 years ago
Thank you for reporting this.

This is indeed a bug, and in fact the sampe problem would have existed for a 
few other keywords too (like header and reversesort).

I have just fixed this in the SVN trunk.

I will probably (can't guarantee, but let's say with probability > 0.75) 
release 7.0 tonight, which will include this fix.

Thanks again.

Original comment by luke@maurits.id.au on 21 Jan 2013 at 9:49