From: Andrew M. Kuchling Date: Sat, 7 Aug 2004 16:51:30 +0000 (+0000) Subject: Add argument to docstring X-Git-Tag: v2.4a3~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0c53fedd039714451f3022b46dc7f18fab6336f;p=python Add argument to docstring --- diff --git a/Lib/pickletools.py b/Lib/pickletools.py index 195f5c664c..d7c1a7de54 100644 --- a/Lib/pickletools.py +++ b/Lib/pickletools.py @@ -6,7 +6,7 @@ can be found here. Some functions meant for external use: genops(pickle) Generate all the opcodes in a pickle, as (opcode, arg, position) triples. -dis(pickle, out=None, indentlevel=4) +dis(pickle, out=None, memo=None, indentlevel=4) Print a symbolic disassembly of a pickle. '''