This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013-03-15 15:08 by a.badger, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
00175-platform-unicode.patch | a.badger, 2013-03-15 15:11 | Patch to use surrogateescape when reading from OS vendor provided file | ||
00175-platform-unicode.patch | a.badger, 2013-03-15 22:10 | Patch to default to utf-8 and fallback to surrogateescape when reading from OS vendor provided file | ||
00175-platform-unicode.patch | a.badger, 2013-03-20 19:02 | 3rd version of the patch. Includes a unittest and some re-arranging of the code to allow the unittest to work. | ||
00175-platform-unicode.patch | a.badger, 2013-03-20 19:34 | 4th version of patch w/ NEWS; rebased against hg default | review | |
00175-platform-unicode.patch | a.badger, 2013-03-25 19:03 | 5th version of patch fixing issues raised by r.david.murray | review |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:42 | admin | set | github: 61631 |
2013-12-08 23:28:41 | vstinner | set | versions: - Python 3.2 |
2013-12-08 23:28:35 | vstinner | set | title: platform.platform() can throw Unicode error -> platform.linux_distribution() should decode files from UTF-8, not from the locale encoding |
2013-12-08 23:26:45 | python-dev | set | messages: + msg205620 |
2013-12-08 23:26:22 | vstinner | set | status: open -> closed resolution: fixed |
2013-12-08 23:25:01 | vstinner | set | messages: + msg205619 |
2013-12-08 23:20:33 | python-dev | set | messages: + msg205618 |
2013-12-08 23:04:40 | python-dev | set | nosy:
+ python-dev messages: + msg205616 |
2013-10-18 14:04:52 | vstinner | set | messages: + msg200260 |
2013-03-25 19:03:43 | a.badger | set | files:
+ 00175-platform-unicode.patch messages: + msg185225 |
2013-03-21 22:38:24 | r.david.murray | set | versions:
+ Python 3.4 nosy: + r.david.murray messages: + msg184918 type: behavior stage: patch review |
2013-03-20 19:34:06 | a.badger | set | files:
+ 00175-platform-unicode.patch messages: + msg184783 |
2013-03-20 19:02:42 | a.badger | set | files:
+ 00175-platform-unicode.patch messages: + msg184776 |
2013-03-19 14:26:30 | zbysz | set | nosy:
+ zbysz messages: + msg184634 |
2013-03-16 14:43:06 | a.badger | set | messages: + msg184319 |
2013-03-16 11:15:12 | vstinner | set | nosy:
+ vstinner messages: + msg184306 |
2013-03-15 22:10:45 | a.badger | set | files:
+ 00175-platform-unicode.patch messages: + msg184267 |
2013-03-15 17:20:26 | loewis | set | nosy:
+ loewis messages: + msg184241 |
2013-03-15 15:11:25 | a.badger | set | files:
+ 00175-platform-unicode.patch keywords: + patch |
2013-03-15 15:08:30 | a.badger | create |