Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#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)

8355.patch (392 bytes ) - added by bear330 16 years ago.

Download all attachments as: .zip

Change History (3)

by bear330, 16 years ago

Attachment: 8355.patch added

comment:1 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [8402]) Fixed #8355: Removed some whitespace that was apparently causing difficulty with script compilation. Thanks to bear330 for the report.

comment:2 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top