[New-bugs-announce] [issue20208] Clarify some things in porting HOWTO
Brett Cannon
report at bugs.python.org
Thu Jan 9 18:10:37 CET 2014
New submission from Brett Cannon:
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.
"""
----------
assignee: brett.cannon
components: Documentation
messages: 207756
nosy: brett.cannon
priority: normal
severity: normal
status: open
title: Clarify some things in porting HOWTO
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20208>
_______________________________________
More information about the New-bugs-announce
mailing list