Opened 13 years ago
Closed 13 years ago
#17722 closed Cleanup/optimization (needsinfo)
Non-ASCII character
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the statement below, there is a Non-ASCII character '\xef' around "HttpResponseRedirect", which may cause an SyntaxError.
from django.http import HttpResponseRedirect, HttpResponse
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
Reading and re-reading the suspected text, I cannot find any offending character. Please be more specific if you still think the issue is valid.
Note:
See TracTickets
for help on using tickets.
On this page https://docs.djangoproject.com/en/1.3/intro/tutorial04/#write-a-simple-form.