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-24 20:21:04 -04:00
2012-06-03 12:27:07 -04:00
2012-03-14 00:17:05 +01:00
2012-05-17 18:55:59 +02:00
2012-03-24 10:06:23 +01:00
2012-04-09 09:37:52 -04:00
2012-05-26 03:45:29 +01:00
2012-04-29 03:01:20 +02:00
2012-04-27 13:52:03 -04:00
2012-04-03 10:49:41 +00:00
2012-05-04 16:26:02 +02:00
2012-04-29 03:01:20 +02:00
2012-05-07 11:20:50 +01:00
2012-05-23 11:22:44 +02:00
2012-04-03 10:49:41 +00:00
2012-03-22 08:19:50 -04:00
2012-04-06 14:37:45 +00:00
2012-05-16 15:01:40 +02:00
2012-05-16 20:41:56 +02:00
2012-06-05 13:43:22 +02:00
2012-04-03 10:49:41 +00:00
2012-06-04 23:32:38 +02:00
2012-05-30 08:10:54 -04:00
2012-05-06 11:34:50 +01:00
2012-04-25 20:49:19 -04:00
2012-05-21 23:03:30 +10:00
2012-05-26 03:45:29 +01:00
2012-04-09 09:37:52 -04:00
2012-04-09 09:37:52 -04:00
2012-04-09 09:37:52 -04:00
2012-04-09 09:37:52 -04:00
2012-04-09 09:37:52 -04:00
2012-04-09 09:37:52 -04:00
2012-04-09 09:37:52 -04:00
2012-04-09 09:37:52 -04:00
2012-04-09 09:37:52 -04:00
2012-04-09 09:37:52 -04:00
2012-04-09 09:37:52 -04:00
2012-04-14 15:06:17 -04:00
2012-03-31 20:25:22 +02:00
2012-06-01 22:48:32 +10:00
2012-04-05 15:46:19 +02:00
2012-04-03 10:49:41 +00:00
2012-05-01 09:51:46 -04:00
2012-05-13 20:48:01 +02:00
2012-05-26 03:45:29 +01:00
2012-04-03 10:49:41 +00:00
2012-05-14 22:09:31 -07:00
2012-05-06 11:28:46 +01:00
2012-04-29 19:17:05 +01:00
2012-03-21 18:25:23 +01:00
2012-05-24 20:21:04 -04:00
2012-04-16 21:29:58 +02:00
2012-05-06 12:03:05 +01:00
2012-05-05 16:54:29 -07:00
2012-06-04 23:21:38 +02:00
2012-05-16 16:41:26 +02:00
2012-05-13 19:53:07 +02:00
2012-04-18 19:18:22 -06:00
2012-05-20 12:06:51 +08:00
2012-05-19 16:58:45 +08:00
2012-04-12 02:37:11 +08:00
2012-04-29 16:12:27 -04:00
2012-05-11 14:48:41 -04:00
2012-05-24 20:21:04 -04:00
2012-04-24 22:03:46 -04:00
2012-06-05 13:43:22 +02:00
2012-06-05 11:55:58 +02:00
2012-04-03 10:49:41 +00:00
2012-04-03 10:49:41 +00:00
2012-04-17 19:54:35 -04:00
2012-04-03 10:49:41 +00:00
2012-05-31 12:37:04 +01:00
2012-04-20 21:44:09 +01:00
2012-06-04 23:38:12 +02:00
2012-04-08 22:36:07 -04:00
2012-05-28 21:35:09 +01:00
2012-05-24 20:21:04 -04:00
2012-05-18 14:28:02 +01:00
2012-05-25 11:25:27 -04:00
2012-03-21 18:25:23 +01:00
2012-06-05 01:22:15 +02:00
2012-05-07 17:25:14 +01:00
2012-05-06 11:50:00 +02:00
2012-03-15 15:37:39 -05:00
2012-05-17 18:55:59 +02:00
2012-05-24 20:21:04 -04:00
2012-05-29 12:04:54 +02:00
2012-05-02 20:50:13 +02:00
2012-05-10 05:16:41 +02:00
2012-04-23 11:24:50 -04:00
2012-05-18 21:56:36 +03:00
2012-04-23 13:26:44 -04:00
2012-03-17 16:38:39 -04:00
2012-05-21 23:03:30 +10:00
2012-04-03 10:49:41 +00:00
2012-03-12 18:22:38 -06:00
2012-04-24 13:55:35 +02:00
2012-04-14 14:10:13 -04:00
2012-04-03 10:49:41 +00:00
2012-05-12 23:37:35 +02:00
2012-04-04 17:31:16 -04:00
2012-06-04 15:55:51 -04:00
2012-05-26 14:33:59 -04:00
2012-04-07 20:38:44 +00:00
2012-04-09 01:37:19 +02:00
2012-05-04 16:26:56 +02:00
2012-05-16 16:01:59 +02:00
2012-05-14 19:44:59 +02:00
2012-05-26 03:45:29 +01:00
2012-05-27 18:17:07 +10:00
2012-04-14 14:10:13 -04:00
2012-04-18 11:19:00 -04:00
2012-06-04 12:02:42 -04:00
2012-05-26 03:45:29 +01:00
2012-05-05 18:15:03 +02:00
2012-05-19 13:33:11 +02:00
2012-04-23 10:08:14 -04:00
2012-05-17 21:02:54 +02:00
2012-04-20 00:05:17 +02:00
2012-06-01 22:45:23 +02:00
2012-04-20 13:23:54 -04:00
2012-05-11 14:48:41 -04:00
2012-05-26 03:45:29 +01:00
2012-04-03 10:49:41 +00:00
2012-06-03 16:18:47 -04:00
2012-05-12 17:40:28 -04:00
2012-05-16 21:40:01 +02:00
2012-05-16 00:03:29 +08:00
2012-03-14 13:43:53 -07:00
2012-05-24 21:56:17 +08:00
2012-05-29 22:29:50 +01:00
2012-06-01 11:32:34 +03:00
2012-05-13 10:06:36 +02:00
2012-03-12 21:16:33 -04:00
2012-04-24 21:04:40 +02:00