]> granicus.if.org Git - python/commit
Duh. cmdqueue should be an instance variable, not a class variable.
authorGuido van Rossum <guido@python.org>
Mon, 13 Jan 2003 21:18:54 +0000 (21:18 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Jan 2003 21:18:54 +0000 (21:18 +0000)
commit87fec22476ad0ef5d87398adfc00dd8b159015e3
tree1e488f0ed6238a019eb90c6006fa9fbe6f13f028
parenteef260757cb23cd83f603b690f8e737d0892e561
Duh.  cmdqueue should be an instance variable, not a class variable.
This was introduced in 1998 in rev. 1.13, where I imported extensive
patches that, I am sad to say, I didn't review as carefully as I
should have.
Lib/cmd.py