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 brett.cannon
Recipients brett.cannon
Date 2014-01-09.17:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389287437.04.0.882737818643.issue20208@psf.upfronthosting.co.za>
In-reply-to
Content
Reported on my G+ share of the latest reworking:

"""
The only part I found confusing is when you first introduce "from _future_ import unicode_literals" --- it looks like you forgot to explain what it does. It turns out that you explain it somewhat two paragraphs below it, so maybe you can just move this down a bit?

Maybe "bytes literals" section should be called "Bytes and unicode literals" or something and move the "unicode_literals" line in there.
"""

"""
The only issue I noticed is that "Eliminate -3 Warnings" section still mentions 2to3 before it's even introduced.
"""
History
Date User Action Args
2014-01-09 17:10:37brett.cannonsetrecipients: + brett.cannon
2014-01-09 17:10:37brett.cannonsetmessageid: <1389287437.04.0.882737818643.issue20208@psf.upfronthosting.co.za>
2014-01-09 17:10:37brett.cannonlinkissue20208 messages
2014-01-09 17:10:36brett.cannoncreate