Message217106
Patch attached.
This works by making the -q flag countable, so you pass -qq to suppress all output. In the Python API, the quiet parameter has become an integer, so passing 2 is equivalent to -qq. This should be fully backwards compatible with passing True and False, which are equivalent to 1 and 0. |
|
| Date |
User |
Action |
Args |
| 2014-04-24 01:14:22 | takluyver | set | recipients:
+ takluyver, ezio.melotti |
| 2014-04-24 01:14:22 | takluyver | set | messageid: <[email protected]> |
| 2014-04-24 01:14:22 | takluyver | link | issue21338 messages |
| 2014-04-24 01:14:22 | takluyver | create | |
|