File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 99
1010- Do not depend on a CPython implementation detail anymore to make Roundup
1111 more compatible with other Python implementations like PyPy.
12- Closes issue2550707. Thanks to Christof Meerwald. (Bernhard Reiter)
12+ Closes issue2550707. Thanks to Christof Meerwald. (Bernhard Reiter, Richard )
1313- Yet another fix to the mail gateway, messages got *all* files of
1414 an issue, not just the new ones. Thanks to Rafal Bisingier for
1515 reporting and proposing a fix. The regression test was updated.
Original file line number Diff line number Diff line change 3030
3131import os
3232import sys
33- import __builtin__
3433from roundup import configuration , mailgw
3534from roundup import hyperdb , backends , actions
3635from roundup .cgi import client , templating
You can’t perform that action at this time.
0 commit comments