Message213674
| Author | sreepriya |
|---|---|
| Recipients | Arfrever, docs@python, ezio.melotti, ncoghlan, sreepriya |
| Date | 2014-03-15.19:12:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1394910776.29.0.957433192357.issue17110@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I tried running with Python 3.4 the following code import sys print(sys.argv[1]) print(b'bytes') And I ran as follows trying to run with a different encoding. $ python ~/a.py `echo priya|iconv -t latin1` priya bytes There was no unicode encode error generated! Is it because the problem is fixed? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-03-15 19:12:56 | sreepriya | set | recipients: + sreepriya, ncoghlan, ezio.melotti, Arfrever, docs@python |
| 2014-03-15 19:12:56 | sreepriya | set | messageid: <1394910776.29.0.957433192357.issue17110@psf.upfronthosting.co.za> |
| 2014-03-15 19:12:56 | sreepriya | link | issue17110 messages |
| 2014-03-15 19:12:56 | sreepriya | create | |