Mercurial > p > roundup > code
diff CHANGES.txt @ 4506:51aa98cda2cf
Do not depend on a CPython implementation detail anymore...
...to make Roundup more compatible with other Python implementation
like PyPy.
Closes issue2550707. Thanks to Christof Meerwald.
| author | Bernhard Reiter <Bernhard.Reiter@intevation.de> |
|---|---|
| date | Wed, 22 Jun 2011 12:34:31 +0000 |
| parents | a00e0e73bb26 |
| children | 77e87a8c493e |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jun 06 20:00:17 2011 +0000 +++ b/CHANGES.txt Wed Jun 22 12:34:31 2011 +0000 @@ -7,6 +7,9 @@ Fixed: +- Do not depend on a CPython implementation detail anymore to make Roundup + more compatible with other Python implementation like PyPy. + Closes issue2550707. Thanks to Christof Meerwald. (Bernhard Reiter) - Yet another fix to the mail gateway, messages got *all* files of an issue, not just the new ones. Thanks to Rafal Bisingier for reporting and proposing a fix. The regression test was updated.
