]> granicus.if.org Git - python/commit
Fix one disassembly output now that empty tuples are no longer
authorGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 15:09:10 +0000 (15:09 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 15:09:10 +0000 (15:09 +0000)
commit570283584af6a9aff47d2341d6154055572aaff5
treeecebba7ae3a90c786306bed5836a8a67e1ba21e0
parentcbe2dbddda7bbcf2f27ba668b86b21596c900edf
Fix one disassembly output now that empty tuples are no longer
memoized in text mode.  Fixed some variable names in the disassembler
doctest.
Lib/pickletools.py