commit | df393bd46a0b98197a73407c55750519cd159a2e | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Oct 25 20:41:30 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Oct 25 20:41:30 2002 +0000 |
tree | 0ffa4ce4d234d96359f426574c424ee53c0ea52e | |
parent | 97d5f05221ab9a233883dadad56b91aa305cb860 [diff] |
According to the docs, __name__ is not exposed via the API except indirectly via %(__name__)s. Not sure why, but maintain the documented behavior for the new items() method. Be a little more efficient about how we compute the list of options in the ConfigParser.items() method.