BIND 10 trac2617, updated. 74110729288f3014cfde862c943bb68bc1fceb69 [2617] more editorial fix; remove unnecessary quote, use double-quote for """
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 1 16:13:29 UTC 2013
The branch, trac2617 has been updated
via 74110729288f3014cfde862c943bb68bc1fceb69 (commit)
from b6b57fb469c8a0483c1050ec64dc46b6dfb1b40e (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 74110729288f3014cfde862c943bb68bc1fceb69
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Feb 1 08:12:32 2013 -0800
[2617] more editorial fix; remove unnecessary quote, use double-quote for """
-----------------------------------------------------------------------
Summary of changes:
src/bin/msgq/msgq.py.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/msgq/msgq.py.in b/src/bin/msgq/msgq.py.in
index e8db466..4cabe8a 100755
--- a/src/bin/msgq/msgq.py.in
+++ b/src/bin/msgq/msgq.py.in
@@ -71,7 +71,7 @@ SPECFILE_LOCATION = SPECFILE_PATH + "/msgq.spec"
class MsgQReceiveError(Exception): pass
class MsgQCloseOnReceive(Exception):
- '''Exception raised when reading data from a socket results in 'shutdown'.
+ """Exception raised when reading data from a socket results in 'shutdown'.
This happens when msgq received 0-length data. This class holds whether
it happens in the middle of reading (i.e. after reading some) via
@@ -79,7 +79,7 @@ class MsgQCloseOnReceive(Exception):
This will be used by an upper layer catching the exception to distinguish
the severity of the event.
- "'''
+ """
def __init__(self, reason, partial_read):
self.partial_read = partial_read
self.__reason = reason
More information about the bind10-changes
mailing list