diff options
Diffstat (limited to 'src/mailman/commands/docs/qfile.rst')
| -rw-r--r-- | src/mailman/commands/docs/qfile.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mailman/commands/docs/qfile.rst b/src/mailman/commands/docs/qfile.rst index 8ec0a3952..721d63567 100644 --- a/src/mailman/commands/docs/qfile.rst +++ b/src/mailman/commands/docs/qfile.rst @@ -55,11 +55,11 @@ Once we've figured out the file name of the shunted message, we can print it. I borkeded Mailman. <BLANKLINE> <----- start object 2 -----> - { u'_parsemsg': False, - 'bad': u'yes', - 'bar': u'baz', + { '_parsemsg': False, + 'bad': 'yes', + 'bar': 'baz', 'foo': 7, - u'version': 3} + 'version': 3} [----- end pickle -----] Maybe we don't want to print the contents of the file though, in case we want |
