Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91304 > unrolled thread
| Started by | random832@fastmail.us |
|---|---|
| First post | 2015-05-27 08:49 -0400 |
| Last post | 2015-05-27 08:49 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Fwd: Lossless bulletproof conversion to unicode (backslashing) random832@fastmail.us - 2015-05-27 08:49 -0400
| From | random832@fastmail.us |
|---|---|
| Date | 2015-05-27 08:49 -0400 |
| Subject | Re: Fwd: Lossless bulletproof conversion to unicode (backslashing) |
| Message-ID | <mailman.86.1432730943.5151.python-list@python.org> |
On Wed, May 27, 2015, at 07:47, anatoly techtonik wrote: > because Python 3 doesn't have non-unicode StringIO That's actually not true - the non-unicode equivalent is BytesIO. However, it's probably not actually what you want, if the point is to display the filenames to the user.
Back to top | Article view | comp.lang.python
csiph-web