Message115982
Closing as a duplicate of issue706263.
Instead of changing all print statements, you could set sys.stdout to another file, for example:
sys.stdout=StringIO()
or another object that simply discards written data. |
|
| Date |
User |
Action |
Args |
| 2010-09-10 06:49:25 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, eric.smith, tim.golden, rgpitts |
| 2010-09-10 06:49:25 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2010-09-10 06:49:24 | amaury.forgeotdarc | link | issue9503 messages |
| 2010-09-10 06:49:23 | amaury.forgeotdarc | create | |
|