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.

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:56sreepriyasetrecipients: + sreepriya, ncoghlan, ezio.melotti, Arfrever, docs@python
2014-03-15 19:12:56sreepriyasetmessageid: <1394910776.29.0.957433192357.issue17110@psf.upfronthosting.co.za>
2014-03-15 19:12:56sreepriyalinkissue17110 messages
2014-03-15 19:12:56sreepriyacreate