BIND 10 trac2617, updated. 709b6c520e3e86c880655ded5cbe375d29f80aa9 [2617] some more editorial fixes in pydoc
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jan 31 19:24:13 UTC 2013
The branch, trac2617 has been updated
via 709b6c520e3e86c880655ded5cbe375d29f80aa9 (commit)
from 677e990f61d47065da92899bd3c82115cd977c8c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 709b6c520e3e86c880655ded5cbe375d29f80aa9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jan 31 11:24:02 2013 -0800
[2617] some more editorial fixes in pydoc
-----------------------------------------------------------------------
Summary of changes:
src/bin/msgq/tests/msgq_test.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/msgq/tests/msgq_test.py b/src/bin/msgq/tests/msgq_test.py
index 03e0f7b..25d74be 100644
--- a/src/bin/msgq/tests/msgq_test.py
+++ b/src/bin/msgq/tests/msgq_test.py
@@ -564,8 +564,8 @@ class SocketTests(unittest.TestCase):
'''Test cases for micro behaviors related to socket operations.
Some cases are covered as part of other tests, but in this fixture
- we check more details of specific method related socket operation,
- with the help mock classes to avoid expensive overhead.
+ we check more details of specific method related to socket operation,
+ with the help of mock classes to avoid expensive overhead.
'''
class MockSocket():
More information about the bind10-changes
mailing list