[issue20208] Clarify some things in porting HOWTO

2014-01-17 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 863b8e71cfee by Brett Cannon in branch 'default':
Issue #20208: Clarify some things in the Python porting HOWTO.
http://hg.python.org/cpython/rev/863b8e71cfee

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20208
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20208] Clarify some things in porting HOWTO

2014-01-17 Thread Brett Cannon

Changes by Brett Cannon br...@python.org:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20208
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20208] Clarify some things in porting HOWTO

2014-01-10 Thread Rodrigo Bernardo Pimentel

Rodrigo Bernardo Pimentel added the comment:

I've created a patch that addresses the first criticism (explaining 
unicode_literals), as well as the first mention of print_function. It also 
addresses a small concern regarding map, which I've mentioned in my G+ 
comment:


Also, a friend was confused by 
http://docs.python.org/dev/howto/pyporting.html#update-map-for-imbalanced-input-sequences
 , until I understood that he didn't know map can take several sequences. I 
assume a lot of less experienced Python programmers only use map with a single 
sequence, and might be confused as well. A sentence mentioning that might help.


I see that the current version of the doc on hg already addresses the 2to3 
mention.

--
keywords: +patch
nosy: +rbp
Added file: http://bugs.python.org/file33408/pyporting.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20208
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20208] Clarify some things in porting HOWTO

2014-01-10 Thread Rodrigo Bernardo Pimentel

Rodrigo Bernardo Pimentel added the comment:

BTW, there remains another concern I mentioned on G+:


A note on formatting: I found some of 4th- and 5th-level headings too subtle. 
For instance, 
http://docs.python.org/dev/howto/pyporting.html#from-future-import-absolute-import
 got me thinking for a second if it was part of the previous paragraph or a new 
heading. Maybe underlining, or a bullet-like marker, or some indentation could 
help there.


But I don't know enough of the formatting standards, so I haven't addressed 
this in the patch.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20208
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20208] Clarify some things in porting HOWTO

2014-01-10 Thread Brett Cannon

Brett Cannon added the comment:

There's actually no way to tweak that formatting as that is all done by Sphinx 
automatically.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20208
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20208] Clarify some things in porting HOWTO

2014-01-09 Thread Brett Cannon

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 rep...@bugs.python.org
http://bugs.python.org/issue20208
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20208] Clarify some things in porting HOWTO

2014-01-09 Thread Dmitry Shachnev

Changes by Dmitry Shachnev mity...@gmail.com:


--
nosy: +mitya57

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20208
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com