Opened 13 years ago

Closed 13 years ago

#16275 closed Bug (fixed)

missing from __future__ import with_statement in tests

Reported by: Jonas Obrist Owned by: anonymous
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

As you can see on http://ci.django-cms.org/job/Django/database=sqlite3,python=python2.5/56/console the file tests/regressiontests/i18n/patterns/tests.py is missing the from future import with_statement to support 2.5

Attachments (1)

16275.diff (362 bytes ) - added by Jonas Obrist 13 years ago.
patch to fix the issue

Download all attachments as: .zip

Change History (8)

comment:1 by anonymous, 13 years ago

Owner: changed from nobody to anonymous
Status: newassigned

comment:2 by Florian Apolloner, 13 years ago

Sorry, anonymous was me…

by Jonas Obrist, 13 years ago

Attachment: 16275.diff added

patch to fix the issue

comment:3 by Jonas Obrist, 13 years ago

Has patch: set

comment:4 by Jonas Obrist, 13 years ago

Version: 1.3SVN

comment:5 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedAccepted

comment:6 by Aymeric Augustin, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:7 by Russell Keith-Magee, 13 years ago

Resolution: fixed
Status: assignedclosed

In [16406]:

Fixed #16275 -- Added future import to support with statement. Thanks to Jonas Obrist for the report

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