Opened 18 years ago
Closed 18 years ago
#72 closed defect (fixed)
[PATCH] dirname fix in basic.py bench tests
Reported by: | john.m.camara | Owned by: | cmlenz |
---|---|---|---|
Priority: | minor | Milestone: | 0.3.5 |
Component: | Examples / Benchmarks | Version: | 0.3.3 |
Keywords: | Cc: |
Description
Here is a patch to fix a bug in the run function in basic.py bench tests. The original code would escape characters in the dirname on Windows.
Attachments (1)
Change History (3)
Changed 18 years ago by anonymous
comment:1 Changed 18 years ago by cmlenz
- Component changed from General to Examples / Benchmarks
comment:2 Changed 18 years ago by cmlenz
- Milestone changed from 0.4 to 0.3.5
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Patch was applied in [409], and ported to 0.3.5 in [447].