You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It almost works in Python 2.5 too: there are a pair of with which require from future import with_statement imports, and 3 str.format() calls which would have to be replaced by %
Support for Python 2.5 is not a high priority as of 2013-05-24: implementation of rst elements is more important. That said, if #26 is implemented, we can work on this ticket.
The text was updated successfully, but these errors were encountered:
Requires #26, follows #19.
Support for Python 2.5 is not a high priority as of 2013-05-24: implementation of rst elements is more important. That said, if #26 is implemented, we can work on this ticket.
The text was updated successfully, but these errors were encountered: