Files
cpython/Lib
Fredrik Lundh 6c86b99dc1 - merged setlocale and set_locale. the internal setlocale
function is overridden by a python version which accepts
  *either* a string (old behaviour) or a locale tuple.

- renamed a few methods (for consistency):

        get_locale => getlocale
        get_default_locale => getdefaultlocale
        set_to_default => resetlocale (!)

- the _locale implementation module can now implement
  an optional _getdefaultlocale function.  if that function
  isn't available, a POSIX-based approach is used (checking
  LANG and other environment variables, as usual).

(patch #100765)
2000-07-09 17:12:58 +00:00
..
2000-05-02 22:32:59 +00:00
2000-07-07 21:57:20 +00:00
2000-06-28 14:48:01 +00:00
2000-06-28 14:48:01 +00:00
2000-03-07 15:19:31 +00:00
2000-02-02 15:10:15 +00:00
2000-02-02 15:10:15 +00:00
2000-02-02 15:10:15 +00:00
2000-06-28 14:48:01 +00:00
2000-02-02 15:10:15 +00:00
2000-06-28 14:48:01 +00:00
2000-02-02 15:10:15 +00:00
2000-05-09 14:46:40 +00:00
2000-02-02 15:10:15 +00:00
2000-06-28 14:48:01 +00:00
2000-03-28 21:45:46 +00:00
2000-03-28 21:45:46 +00:00
2000-05-25 03:25:26 +00:00
2000-07-09 16:44:26 +00:00
2000-02-10 17:17:14 +00:00
2000-03-28 21:45:46 +00:00
2000-03-06 20:39:59 +00:00
2000-06-28 14:48:01 +00:00
2000-06-28 14:48:01 +00:00
2000-02-10 17:17:14 +00:00
2000-03-27 19:29:31 +00:00
2000-02-10 17:17:14 +00:00
2000-07-09 16:44:26 +00:00
2000-06-28 14:48:01 +00:00
2000-03-28 21:45:46 +00:00
2000-07-05 21:14:16 +00:00
2000-07-03 21:31:48 +00:00
2000-07-03 21:31:48 +00:00
2000-02-10 17:17:14 +00:00
2000-05-02 14:32:11 +00:00
2000-06-01 01:17:17 +00:00
2000-03-10 23:18:11 +00:00
2000-06-28 14:48:01 +00:00
2000-02-02 15:10:15 +00:00
2000-04-11 15:38:46 +00:00
2000-02-10 17:17:14 +00:00
2000-07-04 14:53:12 +00:00