File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Ver. 0.7c3 - 2012 May 08
49
49
* Added :mod: `stdnet.utils.path `.
50
50
* Added a Lua test suite for testing stand alone scripts. Requires lunatest _.
51
51
* PEP 386-compliant version number.
52
- * **573 regression tests ** with **90 % ** coverage.
52
+ * **574 regression tests ** with **91 % ** coverage.
53
53
54
54
.. _vers06 :
55
55
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ def parse(self, data):
201
201
if self .response is not False :
202
202
self .close ()
203
203
204
- def execute (self ):
204
+ def execute (self ): # pragma : no cover
205
205
raise NotImplementedError ()
206
206
207
207
@@ -413,9 +413,6 @@ def __pack_gen(self, args):
413
413
yield value
414
414
yield crlf
415
415
416
- def _decode (self , value ):
417
- return value .decode (self .encoding ,self .encoding_errors )
418
-
419
416
def pack_command (self , * args ):
420
417
"Pack a series of arguments into a value Redis command"
421
418
return b'' .join (self .__pack_gen (args ))
You can’t perform that action at this time.
0 commit comments