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:2 by Claude Paroz, 13 years ago

Resolution: needsinfo
Status: newclosed

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.
Back to Top