Victor Stinner
f86a5e8a93
Close #11022 : TextIOWrapper doesn't call locale.setlocale() anymore
...
open() and io.TextIOWrapper are now calling locale.getpreferredencoding(False)
instead of locale.getpreferredencoding() in text mode if the encoding is not
specified. Don't change temporary the locale encoding using locale.setlocale(),
use the current locale encoding instead of the user preferred encoding.
Explain also in open() documentation that locale.getpreferredencoding(False) is
called if the encoding is not specified.
2012-06-05 13:43:22 +02:00
..
2012-05-19 18:36:33 +03:00
2012-04-05 09:53:04 +02:00
2012-02-12 15:50:21 -08:00
2011-12-15 15:34:02 -05:00
2012-02-05 13:49:59 +01:00
2012-05-06 16:34:43 +03:00
2012-05-15 15:46:00 +02:00
2012-05-15 15:46:00 +02:00
2012-02-15 17:13:26 +01:00
2012-02-20 19:30:23 +01:00
2011-12-20 13:58:41 +01:00
2011-11-11 19:55:21 +01:00
2012-06-04 23:32:38 +02:00
2012-04-30 22:43:13 +08:00
2011-11-10 20:56:30 +01:00
2012-04-03 09:16:46 +02:00
2012-05-31 22:34:59 +10:00
2012-02-09 18:26:59 +08:00
2012-03-04 18:31:48 +01:00
2012-03-16 09:17:43 +02:00
2012-05-22 16:14:56 +02:00
2012-05-14 22:19:10 -04:00
2012-03-23 14:46:48 +01:00
2012-05-26 03:45:29 +01:00
2012-03-24 18:52:45 +02:00
2012-05-27 17:17:53 -04:00
2012-05-27 17:17:53 -04:00
2012-05-27 22:20:42 -04:00
2012-05-30 22:03:20 +02:00
2012-05-27 17:17:53 -04:00
2012-05-27 17:10:36 -04:00
2012-05-27 17:17:53 -04:00
2012-05-27 21:23:34 -04:00
2012-05-27 17:17:53 -04:00
2012-05-27 17:17:53 -04:00
2012-05-29 09:14:44 -04:00
2012-05-27 17:10:36 -04:00
2012-05-27 17:17:53 -04:00
2012-05-14 22:09:31 -07:00
2012-06-05 13:43:22 +02:00
2012-06-04 00:32:15 -07:00
2012-04-16 15:24:02 -05:00
2012-06-04 23:21:38 +02:00
2012-05-15 21:00:32 +02:00
2012-02-18 02:01:36 +02:00
2012-04-11 18:33:17 +02:00
2012-05-21 20:28:58 +02:00
2012-05-21 13:35:03 +02:00
2012-04-22 10:31:52 +08:00
2012-06-03 16:15:54 +08:00
2011-11-11 19:58:53 +01:00
2012-05-17 19:00:35 +02:00
2012-05-13 13:45:09 -04:00
2012-05-11 12:58:42 -04:00
2012-06-05 13:43:22 +02:00
2012-02-01 09:08:08 -08:00
2012-05-20 18:32:53 +02:00
2012-06-02 18:22:02 +02:00
2012-03-26 17:17:39 +01:00
2012-05-20 15:37:33 +01:00
2012-06-04 23:38:12 +02:00
2012-03-05 16:01:41 +01:00
2011-12-23 10:52:42 +08:00
2012-05-29 12:01:47 +01:00
2012-05-21 11:01:54 +02:00
2011-12-10 11:07:42 +01:00
2012-03-21 18:25:23 +01:00
2012-06-01 20:23:20 +02:00
2011-11-16 06:02:21 +02:00
2012-06-05 01:22:15 +02:00
2012-05-22 16:14:56 +02:00
2011-12-04 23:56:30 +01:00
2012-05-21 13:41:25 +02:00
2012-03-05 16:16:37 +01:00
2012-05-21 13:41:25 +02:00
2011-12-31 12:59:08 +01:00
2011-11-11 19:58:53 +01:00
2011-11-15 11:43:20 +01:00
2012-03-10 22:36:48 +01:00
2012-05-10 15:38:47 +02:00
2012-02-01 15:15:14 -06:00
2012-05-08 21:28:24 -04:00
2012-04-14 16:01:49 +02:00
2012-04-29 11:48:54 +03:00
2011-12-10 17:50:22 -05:00
2012-03-15 13:05:41 +01:00
2012-05-22 16:14:56 +02:00
2012-03-01 19:07:55 +02:00
2012-05-21 13:41:25 +02:00
2012-03-31 21:09:53 +02:00
2012-05-26 14:33:59 -04:00
2011-12-30 23:09:20 -06:00
2012-04-07 11:23:31 +00:00
2012-02-09 17:55:56 +08:00
2012-05-21 13:35:03 +02:00
2012-03-22 00:23:03 +01:00
2012-05-15 15:30:25 +02:00
2012-06-02 11:20:53 -04:00
2012-05-12 23:29:32 +02:00
2012-04-03 08:47:14 -04:00
2012-01-05 19:06:25 +01:00
2012-06-04 11:06:45 -04:00
2011-11-29 16:34:58 +01:00
2012-03-29 07:15:45 -04:00
2012-05-05 18:15:03 +02:00
2012-04-24 18:39:53 +02:00
2012-05-19 13:33:11 +02:00
2012-05-18 13:57:04 +02:00
2012-05-18 21:28:47 +03:00
2012-05-01 11:59:36 +02:00
2012-03-31 14:55:55 +03:00
2011-12-25 17:07:22 +01:00
2011-12-23 22:30:16 -06:00
2012-01-19 00:44:45 -06:00
2012-06-03 16:18:47 -04:00
2012-02-20 22:34:50 -05:00
2012-04-21 15:52:11 +01:00
2012-04-21 15:52:11 +01:00
2012-04-30 19:11:11 +03:00
2012-03-15 18:11:16 -07:00
2012-05-16 21:40:01 +02:00
2011-12-02 19:28:36 +02:00
2012-05-30 22:03:20 +02:00
2012-04-18 12:55:57 -07:00
2012-05-29 18:36:40 -05:00
2012-03-02 07:37:13 +02:00
2012-03-16 16:49:58 +02:00
2012-06-01 07:15:00 +03:00
2011-11-15 20:53:25 +01:00
2011-12-09 22:35:06 +01:00
2012-05-13 10:06:36 +02:00
2012-02-05 13:49:59 +01:00