#8355 closed (fixed)
sqlite3.creation.py failed to compile by using built-in compile function.
| Reported by: | bear330 | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Other) | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
File "C:\\Program Files\\Python25\\Lib\\site-packages\\django\\db\\backends\\sqlite3\\creation.py", line 73
^
IndentationError: unexpected indent
This would cause py2exe or other situation failure.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | 8355.patch added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8402]) Fixed #8355: Removed some whitespace that was apparently causing difficulty with script compilation. Thanks to bear330 for the report.