annotate README.txt @ 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 e9eaddab598e
children
rev   line source
3
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
1 About Babel
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
2 ===========
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
3
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
4 Babel is a Python library that provides an integrated collection of
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
5 utilities that assist with internationalizing and localizing Python
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
6 applications (in particular web-based applications.)
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
7
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
8 Details can be found in the HTML files in the `doc` folder.
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
9
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
10 For more information please visit the Babel web site:
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
11
e9eaddab598e Import of initial code base.
cmlenz
parents:
diff changeset
12 <http://babel.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software