Revert the change that made the default value of rows be []; the problem there
is that the default list is instantiated once, and winds up getting reused/shared in other objects. So change back to a None default.
Authored by: ecarter 2007-05-18
Parent: [r5422]
Child: [r5424]