Abhilash Raj has proposed merging lp:~raj-abhilash1/mailman.client/docs into 
lp:mailman.client.

Requested reviews:
  Mailman Coders (mailman-coders)

For more details, see:
https://code.launchpad.net/~raj-abhilash1/mailman.client/docs/+merge/249674

Add a note about the port 9001 used in docs.
-- 
Your team Mailman Coders is requested to review the proposed merge of 
lp:~raj-abhilash1/mailman.client/docs into lp:mailman.client.
=== modified file 'src/mailmanclient/docs/using.rst'
--- src/mailmanclient/docs/using.rst	2015-01-04 22:43:40 +0000
+++ src/mailmanclient/docs/using.rst	2015-02-13 16:02:42 +0000
@@ -10,6 +10,9 @@
     >>> from mailmanclient import Client
     >>> client = Client('http://localhost:9001/3.0', 'restadmin', 'restpass')
 
+In the above code note that port '9001' is used since mailman's test server
+runs on port '9001', if you are trying on your mailman installation replace
+it with '8001'.
 We can retrieve basic information about the server.
 
     >>> dump(client.system)

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

Reply via email to