Opened 19 years ago
Closed 19 years ago
#467 closed defect (fixed)
Debugging code left behind in django.utils.text ?
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Tools | Version: | |
Severity: | normal | Keywords: | typo |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
From django/utils/text.py:
fix_microsoft_characters(s): return s
- it currently does nothing. Is this on purpose?
recapitalize(text)
- Currently hascapwords = 'I Jayhawk Jayhawks Lawrence Kansas KS'.split()
hardcoded. Is this debugging code left behind?
If this is known and for debugging purposes, sorry to have bothered you :-).
Change History (2)
comment:1 by , 19 years ago
Component: | Admin interface → Tools |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [637] and [638]. Thanks!