Modify ↓
Opened 16 years ago
Closed 16 years ago
#362 closed defect (duplicate)
Python 2.6 syntax issue: "with" keyword/argument collision in ctools.py
Reported by: | wyvern1@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: |
Description
There is a collision of keyword "with" with "with" argument of configure() function in ctools.py :) The "with" statement is enabled since Python 2.6 (see documentation).
Also, anybody who would deal with this, please consider adding the "configure" option to ctools.py - more info in #134.
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by dfraser
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is a duplicate of #217