annotate setup.cfg @ 635:12d0357440b3

Minor performance improvement for expressions that evaluate to numbers: the result is wrapped in a `Markup` object, meaning we'll not have to escape the string in the serialization stage.
author cmlenz
date Wed, 05 Sep 2007 12:46:20 +0000
parents 822089ae65ce
children 1299f2ef61d0
rev   line source
1
821114ec4f69 Initial import.
cmlenz
parents:
diff changeset
1 [egg_info]
821114ec4f69 Initial import.
cmlenz
parents:
diff changeset
2 tag_build = dev
821114ec4f69 Initial import.
cmlenz
parents:
diff changeset
3 tag_svn_revision = true
Copyright (C) 2012-2017 Edgewall Software