Ticket #217 (closed defect: fixed)
replace with -> with_ in build/ctools (a reserved word in Python 2.6)
| Reported by: | davidf@… | Owned by: | dfraser |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.6 |
| Component: | General | Version: | dev |
| Keywords: | Cc: | thomas.moschny@… | |
| Operating System: | Linux |
Description
In bitten/build/ctools.py, with is used as an argument to the configure method. This generates warnings on Python 2.5:
bitten/build/ctools.py:26: Warning: 'with' will become a reserved keyword in Python 2.6 bitten/build/ctools.py:45: Warning: 'with' will become a reserved keyword in Python 2.6 bitten/build/ctools.py:48: Warning: 'with' will become a reserved keyword in Python 2.6
It would be best to replace this sooner than later to prevent people writing scripts which wil have to change.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

