commit | 9ec3e3b6eb4b36870bd28682e6c7a6c36911e5e0 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Jul 03 13:48:56 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Jul 03 13:48:56 2004 +0000 |
tree | 9f3a310b99cb5e1f00a62d11b31dd44013cd6d7d | |
parent | 6ea484582238a65d44a76e3a831e3ba7c77a1a25 [diff] |
Namespace cleanups: * delete temporary globals immediately after use * move a global into a class variable * Rename BasicDefaultContext and ExtendedDefaultContext to BasicContext and ExtendedContext.