annotate setup.cfg @ 701:52a597419c0d experimental-match-fastpaths

minor speed cleanups to match_order - use a dict rather than a list, because d[id(k)] is faster than l.index(k)
author aflett
date Fri, 28 Mar 2008 17:05:04 +0000
parents 59eb24184e9c
children 6448554170c3
rev   line source
1
5479aae32f5a Initial import.
cmlenz
parents:
diff changeset
1 [egg_info]
5479aae32f5a Initial import.
cmlenz
parents:
diff changeset
2 tag_build = dev
5479aae32f5a Initial import.
cmlenz
parents:
diff changeset
3 tag_svn_revision = true
Copyright (C) 2012-2017 Edgewall Software