Opened 17 years ago
Closed 17 years ago
#8157 closed (fixed)
utils/autoreload.py doesn't find .pyo files
Description ¶
It's using filename.endswith("*.pyo")
in the file finder, but endswith
doesn't accept globs.
This could be tested by pulling the endswith logic into a separate function, but I don't think it's worth it.
Change History (4)
by , 17 years ago
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
diff against r8226