annotate setup.cfg @ 283:c1654337d53b

In `Locale.parse()`, only parse the argument if it's a string, otherwise just return the argument. This assumes that a non-string argument is either a `Locale` instance, or a proxy object pretending to be one. That may not be a safe assumption, but at least it allows you to use proxy objects such as Paste's `StackedObjectProxy` for locales.
author cmlenz
date Wed, 05 Sep 2007 16:40:17 +0000
parents 739245245964
children
rev   line source
45
739245245964 Add setup config to get the SVN revision in the version number.
cmlenz
parents:
diff changeset
1 [egg_info]
739245245964 Add setup config to get the SVN revision in the version number.
cmlenz
parents:
diff changeset
2 tag_build = dev
739245245964 Add setup config to get the SVN revision in the version number.
cmlenz
parents:
diff changeset
3 tag_svn_revision = true
Copyright (C) 2012-2017 Edgewall Software