Class DateSymbolJyLocale

  • All Implemented Interfaces:
    DateSymbolLocale
    Direct Known Subclasses:
    JyLocale

    public class DateSymbolJyLocale
    extends java.lang.Object
    implements DateSymbolLocale
    Separating these largely constant values from Python encoding conversions allows for safer initialization even if modules are loaded in different orders. The Python locale and codecs modules have interdependencies, as well as Time and _locale. The latter in particular depends on java.util.Locale and this class, but only uses the date symbol aspect.
    Since:
    Jython 2.7.2