summaryrefslogtreecommitdiff
path: root/sandbox/misc_dbapi_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Sandbox removedFederico Di Gregorio2018-10-091-43/+0
| | | | | | | | | The sandbox directory was there to test issues before we had full test coverage and to try quick and dirty Python snippets before moving them to the examples directory, sending them to mailing list or copying them to the docs. Almost anything that was in sandbox is now in the examples directory or has been refactored into a full test, or is so old that is of no use anymore. So, adieu sandbox.
* Use print() function instead of print statement throughout projectJon Dufresne2017-12-101-3/+3
| | | | Forward compatible with newer Pythons.
* Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-011-4/+2
| | | | | | Many editors automatically trim whitespace on save. By trimming all files in one go, makes future diffs cleaner without extraneous whitespace changes.
* Added a couple of files used for tests.Federico Di Gregorio2008-04-141-0/+45