]> granicus.if.org Git - python/commit
- Use "exec ... in dict" to avoid having to walk on eggshells; locals
authorGuido van Rossum <guido@python.org>
Mon, 22 Jan 2001 23:37:04 +0000 (23:37 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 22 Jan 2001 23:37:04 +0000 (23:37 +0000)
commitd0f5e7001637062ee21446e986ec528bbf27c621
tree32769483c4828b9322cee8ca820fd908954066f5
parent763cb0aa44ab1d91dead8517127b2d1b79d32553
- Use "exec ... in dict" to avoid having to walk on eggshells; locals
  no don't have to start with underscore.

- Add spaces after commas in argument lists.

- Only test dbhash if bsddb can be imported.  (Wonder if there are
  more like this?)
Lib/test/test___all__.py