]> granicus.if.org Git - python/commit
Namespace cleanups:
authorRaymond Hettinger <python@rcn.com>
Sat, 3 Jul 2004 13:48:56 +0000 (13:48 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 3 Jul 2004 13:48:56 +0000 (13:48 +0000)
commit9ec3e3b6eb4b36870bd28682e6c7a6c36911e5e0
tree9f3a310b99cb5e1f00a62d11b31dd44013cd6d7d
parent6ea484582238a65d44a76e3a831e3ba7c77a1a25
Namespace cleanups:
* delete temporary globals immediately after use
* move a global into a class variable
* Rename BasicDefaultContext and ExtendedDefaultContext
  to BasicContext and ExtendedContext.
Lib/decimal.py