diff options
| author | Barry Warsaw | 2014-04-28 11:23:35 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2014-04-28 11:23:35 -0400 |
| commit | d4d71f71f08d6d440b17482eecc5472dcfe6cbae (patch) | |
| tree | 71f08b3d60f698883294eaa6d1bf366a095da011 /src/mailman/app/docs/system.rst | |
| parent | 7536530dcd8d6303c0a869e8c9c2cb2517b9b018 (diff) | |
| download | mailman-d4d71f71f08d6d440b17482eecc5472dcfe6cbae.tar.gz mailman-d4d71f71f08d6d440b17482eecc5472dcfe6cbae.tar.zst mailman-d4d71f71f08d6d440b17482eecc5472dcfe6cbae.zip | |
Use print functions consistently through, and update all __future__ imports to
reflect this.
Also, mock out sys.stderr on some tests so that their nose2 output is quieter.
A few other minor coding style consistencies.
Diffstat (limited to 'src/mailman/app/docs/system.rst')
| -rw-r--r-- | src/mailman/app/docs/system.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/docs/system.rst b/src/mailman/app/docs/system.rst index 844db9ee6..a7d2285d3 100644 --- a/src/mailman/app/docs/system.rst +++ b/src/mailman/app/docs/system.rst @@ -15,7 +15,7 @@ implements the ``ISystem`` interface. The Mailman version is also available via the ``system`` object. - >>> print system.mailman_version + >>> print(system.mailman_version) GNU Mailman ... The Python version running underneath is also available via the ``system`` |
