Merge lp:~abompard/mailman/mailman-no-version-hardcoding into lp:mailman

Proposed by Aurélien Bompard
Status: Merged
Merged at revision: 7297
Proposed branch: lp:~abompard/mailman/mailman-no-version-hardcoding
Merge into: lp:mailman
Diff against target: 12 lines (+1/-1)
1 file modified
src/mailman/rest/docs/queues.rst (+1/-1)
To merge this branch: bzr merge lp:~abompard/mailman/mailman-no-version-hardcoding
Reviewer Review Type Date Requested Status
Mailman Coders Pending
Review via email: mp+249356@code.launchpad.net

Description of the change

This is a trivial fix: the python version is hardcoded in a doctest.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/mailman/rest/docs/queues.rst'
--- src/mailman/rest/docs/queues.rst 2015-01-03 05:06:17 +0000
+++ src/mailman/rest/docs/queues.rst 2015-02-11 16:45:03 +0000
@@ -120,7 +120,7 @@
120 content-length: 0120 content-length: 0
121 date: ...121 date: ...
122 location: http://localhost:9001/3.0/lists/ant.example.com122 location: http://localhost:9001/3.0/lists/ant.example.com
123 server: WSGIServer/0.2 CPython/3.4.2123 server: WSGIServer/0.2 CPython/...
124 status: 201124 status: 201
125125
126While list creation takes an FQDN list name, injecting a message to the queue126While list creation takes an FQDN list name, injecting a message to the queue