Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test_platform on cygwin. When running from build area, sys.executable | Anthony Baxter | 2006-04-04 | 1 | -1/+6 |
| | | | | | is 'python'. But 'python' is actually a directory, 'python.exe' is the executable. | ||||
* | Add a rudimentary test for the platform module that at least calls each | Walter Dörwald | 2005-11-21 | 1 | -0/+74 |
documented function once. |