[issue11840] Improvements to c-api/unicode documentation

2011-04-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: docs@python -> ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue11840] Improvements to c-api/unicode documentation

2011-04-13 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! About the rewrapping: * rewrapping what you change is OK, because I know that you changed something and had to rewrap it; * leaving what you changed badly-wrapped is not OK, because it makes the doc a mess after a while; * rew

[issue11840] Improvements to c-api/unicode documentation

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7f873729484c by Ezio Melotti in branch '2.7': #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/7f873729484c -- ___ Python tracker

[issue11840] Improvements to c-api/unicode documentation

2011-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 11c72a305eb5 by Ezio Melotti in branch '3.1': #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. http://hg.python.org/cpython/rev/11c72a305eb5 New changeset 62679f2ca9e5 by Ezio Melotti in branch '3.2': #11840: Merge with 3.1. http:

[issue11840] Improvements to c-api/unicode documentation

2011-04-13 Thread Sandro Tosi
Sandro Tosi added the comment: The status of the patches is this: unicode_doc-2.7.patch - to be applied on 2.7 unicode_doc-3.1.patch - to be applied on 3.1 unicode_doc-default.patch - to be applied on 3.2 and then merged on default I had to prepare multiple patches since the files are very dif

[issue11840] Improvements to c-api/unicode documentation

2011-04-13 Thread Sandro Tosi
Changes by Sandro Tosi : Added file: http://bugs.python.org/file21658/unicode_doc-3.1.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue11840] Improvements to c-api/unicode documentation

2011-04-13 Thread Sandro Tosi
Changes by Sandro Tosi : Added file: http://bugs.python.org/file21657/unicode_doc-2.7.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue11840] Improvements to c-api/unicode documentation

2011-04-13 Thread Sandro Tosi
Sandro Tosi added the comment: On Tue, Apr 12, 2011 at 23:56, Marc-Andre Lemburg wrote: > Marc-Andre Lemburg added the comment: > I think you misunderstood: when reorganizing the contents of > a file, it's better to apply the patch to all branches, rather > than just the current, since otherwi

[issue11840] Improvements to c-api/unicode documentation

2011-04-12 Thread Ezio Melotti
Ezio Melotti added the comment: Rewrapping the paragraphs you are changing is fine, the others can be left as they are. Patches should be against the oldest branch where they can be applied, and since this is a doc patch it can go in 2.7 and 3.1 too. Regarding the order of the codecs, I would

[issue11840] Improvements to c-api/unicode documentation

2011-04-12 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue11840] Improvements to c-api/unicode documentation

2011-04-12 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Sandro Tosi wrote: > > Sandro Tosi added the comment: > > On Tue, Apr 12, 2011 at 23:34, Marc-Andre Lemburg > wrote: >> Sandro Tosi wrote: >>> >>> Sandro Tosi added the comment: >>> >>> In addition, is there a reason for the sorting of UTF-8 UTF-32 UTF-

[issue11840] Improvements to c-api/unicode documentation

2011-04-12 Thread Sandro Tosi
Sandro Tosi added the comment: On Tue, Apr 12, 2011 at 23:34, Marc-Andre Lemburg wrote: > Sandro Tosi wrote: >> >> Sandro Tosi added the comment: >> >> In addition, is there a reason for the sorting of UTF-8 UTF-32 UTF-16 and >> UTF-7 sections? why not alphabetically? > > No particular reason

[issue11840] Improvements to c-api/unicode documentation

2011-04-12 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Sandro Tosi wrote: > > New submission from Sandro Tosi : > > Hi, > After reading tomo cocoa mail at docs@ I gave a look at c-api/unicode file > and fixed some minor editing issues. Thanks. Looks good ! -- ___

[issue11840] Improvements to c-api/unicode documentation

2011-04-12 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Sandro Tosi wrote: > > Sandro Tosi added the comment: > > In addition, is there a reason for the sorting of UTF-8 UTF-32 UTF-16 and > UTF-7 sections? why not alphabetically? No particular reason. Alphabetical order would be just as good. Note that such

[issue11840] Improvements to c-api/unicode documentation

2011-04-12 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue11840] Improvements to c-api/unicode documentation

2011-04-12 Thread Sandro Tosi
Sandro Tosi added the comment: In addition, is there a reason for the sorting of UTF-8 UTF-32 UTF-16 and UTF-7 sections? why not alphabetically? Also, several parts of the doc would need paragraph re-indentation (not done in this patch due to clarity). -- ___

[issue11840] Improvements to c-api/unicode documentation

2011-04-12 Thread Sandro Tosi
New submission from Sandro Tosi : Hi, After reading tomo cocoa mail at docs@ I gave a look at c-api/unicode file and fixed some minor editing issues. Regards, Sandro -- assignee: docs@python components: Documentation files: unicode_doc-default.patch keywords: patch messages: 133600 nos