Ticket #13206 (closed enhancement: fixed)
Remove from __future__ import with_statement
| Reported by: | aapitzsch | Owned by: | jason |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.2 |
| Component: | misc | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Volker Braun |
| Authors: | André Apitzsch | Merged in: | sage-5.2.beta1 |
| Dependencies: | Stopgaps: |
Description
Since Python 2.6 the with statement is enabled by default, so
from __future__ import with_statement
can be removed.
http://docs.python.org/whatsnew/2.6.html#pep-343-the-with-statement
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

