comparison doc/index.txt @ 38:a22b7656e9ae

Started implementation of datetime parsing, using a very basic approach for now.
author cmlenz
date Tue, 05 Jun 2007 22:59:24 +0000
parents 47161f48c4bd
children dd5c3ba59eae
comparison
equal deleted inserted replaced
37:29ad9edbba94 38:a22b7656e9ae
56 localization with respect to the formatting of numbers and dates (the 56 localization with respect to the formatting of numbers and dates (the
57 `locale <http://docs.python.org/lib/module-locale.html>`_ module, among others), 57 `locale <http://docs.python.org/lib/module-locale.html>`_ module, among others),
58 this support is based on the assumption that there will be only one specific 58 this support is based on the assumption that there will be only one specific
59 locale used per process (at least simultaneously.) Also, it doesn't provide 59 locale used per process (at least simultaneously.) Also, it doesn't provide
60 access to other kinds of locale data, such as the localized names of countries, 60 access to other kinds of locale data, such as the localized names of countries,
61 languages, or time zones, with are frequently needed in web-based applications. 61 languages, or time-zones, which are frequently needed in web-based applications.
62 62
63 For these requirements, Babel includes data extracted from the `Common Locale 63 For these requirements, Babel includes data extracted from the `Common Locale
64 Data Repository (CLDR) <http://unicode.org/cldr/>`_, and provides a number of 64 Data Repository (CLDR) <http://unicode.org/cldr/>`_, and provides a number of
65 convenient methods for accessing and using this data. See `Locale Display 65 convenient methods for accessing and using this data. See `Locale Display
66 Names`_ and `Number and Date Formatting`_ for more information on this aspect 66 Names`_ and `Number and Date Formatting`_ for more information on this aspect
Copyright (C) 2012-2017 Edgewall Software