]> granicus.if.org Git - python/commit
Make a copy of L before appending, so the global L remains
authorWalter Dörwald <walter@livinglogic.de>
Fri, 15 Aug 2003 17:52:39 +0000 (17:52 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 15 Aug 2003 17:52:39 +0000 (17:52 +0000)
commitc8cb5d9d6950bb9e3b407c6b4a8dd2831f5edee9
treeb484814ccf863c7d8c904e890af43dbbda609ecf
parent150523efa5fc1a53d64f068cd2e4444fa3ce40a3
Make a copy of L before appending, so the global L remains
unchanged (and sys.gettotalrefcount() remains constant).

Fix a few typos.
Lib/test/test_builtin.py