[Nym3-commit] r167 - trunk/nym3
laurent at conuropsis.org
laurent at conuropsis.org
Thu Mar 31 19:30:00 CEST 2005
Author: laurent
Date: 2005-03-31 19:29:59 +0200 (Thu, 31 Mar 2005)
New Revision: 167
Modified:
trunk/nym3/Crypto.py
trunk/nym3/Message.py
Log:
Fix typo in comment, thanks emag.
Property changes on: trunk/nym3/Crypto.py
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/nym3/Message.py
===================================================================
--- trunk/nym3/Message.py 2005-03-31 17:25:17 UTC (rev 166)
+++ trunk/nym3/Message.py 2005-03-31 17:29:59 UTC (rev 167)
@@ -811,7 +811,7 @@
if not isMidList(l, seqNoLength):
raise BadArgument("Status.fromData : l is not a list of Sequence Number")
if 14 + seqNoLength * len(l) >= pow(256, 3):
- # 14 ? Why not 17 or 42 ? avoid numeric litterals
+ # 14 ? Why not 17 or 42 ? avoid numeric literals
# where possible FIXME
raise BadArgument("Status.fromData : l is too long")
self.nMsg = nM
More information about the Nym3-commit
mailing list