]> granicus.if.org Git - python/commit
According to the docs, __name__ is not exposed via the API except
authorFred Drake <fdrake@acm.org>
Fri, 25 Oct 2002 20:41:30 +0000 (20:41 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 25 Oct 2002 20:41:30 +0000 (20:41 +0000)
commitdf393bd46a0b98197a73407c55750519cd159a2e
tree0ffa4ce4d234d96359f426574c424ee53c0ea52e
parent97d5f05221ab9a233883dadad56b91aa305cb860
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.
Lib/ConfigParser.py