summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fpformat.py
Commit message (Collapse)AuthorAgeFilesLines
* Make this test work under Windows as well.Fred Drake2001-07-231-2/+5
|
* Whitespace normalization.Tim Peters2001-07-231-4/+3
| | | | Note: This test fails on Windows. Don't know why yet.
* New tests by Nick Mathewson, for the fpformat module.Fred Drake2001-07-231-0/+67
This closes SF patch #440290.