Aurélien Bompard has proposed merging 
lp:~abompard/mailman/mailman-no-version-hardcoding into lp:mailman.

Requested reviews:
  Mailman Coders (mailman-coders)

For more details, see:
https://code.launchpad.net/~abompard/mailman/mailman-no-version-hardcoding/+merge/249356

This is a trivial fix: the python version is hardcoded in a doctest.
-- 
Your team Mailman Coders is requested to review the proposed merge of 
lp:~abompard/mailman/mailman-no-version-hardcoding into lp:mailman.
=== 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 @@
     content-length: 0
     date: ...
     location: http://localhost:9001/3.0/lists/ant.example.com
-    server: WSGIServer/0.2 CPython/3.4.2
+    server: WSGIServer/0.2 CPython/...
     status: 201
 
 While list creation takes an FQDN list name, injecting a message to the queue

_______________________________________________
Mailman-coders mailing list
Mailman-coders@python.org
https://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to