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 terry.reedy
Recipients barry, ezio.melotti, gvanrossum, lemburg, michael.foord, ncoghlan, rhettinger, serhiy.storchaka, terry.reedy, tshepang
Date 2013-08-05.19:16:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375730190.11.0.321366321552.issue18472@psf.upfronthosting.co.za>
In-reply-to
Content
Ezio 2. Explicitly say "use 'as' instead of ','". Someone who does not know that 'as' is available since 2.6 may not understand.

3. 'byte' may be interpreted as 'char', especially for someone using 2.x 'bytes'.
History
Date User Action Args
2013-08-05 19:16:30terry.reedysetrecipients: + terry.reedy, lemburg, gvanrossum, barry, rhettinger, ncoghlan, ezio.melotti, michael.foord, tshepang, serhiy.storchaka
2013-08-05 19:16:30terry.reedysetmessageid: <1375730190.11.0.321366321552.issue18472@psf.upfronthosting.co.za>
2013-08-05 19:16:30terry.reedylinkissue18472 messages
2013-08-05 19:16:29terry.reedycreate