| commit | f3335e193bd783ee8a57655091ea44a8b8f28c59 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Tue Apr 25 21:13:24 2000 +0000 |
| committer | Guido van Rossum <guido@python.org> | Tue Apr 25 21:13:24 2000 +0000 |
| tree | 36a8022339768be6b67895d0702f08905e61b2bd | |
| parent | c009d198db67d197c8c78451b28e15302646de74 [diff] |
Patch inspired by Just van Rossum: on the Mac, in savefilename(), make
the path to save a relative path by prefixing it with os.sep (':').
Also fix an indent inconsistency in the same function.