[issue16127] Correct mentions of narrow build in documentation and comments

2012-10-04 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue16127] Correct mentions of narrow build in documentation and comments

2012-10-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset a1aa13ef00c5 by Ezio Melotti in branch '3.3': #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. http://hg.python.org/cpython/rev/a1aa13ef00c5 New changeset 89ee959a9b54 by Ezio Melotti in branch 'default': #16127: merg

[issue16127] Correct mentions of narrow build in documentation and comments

2012-10-04 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: In some places in the documentation and in the comments still left incorrect mention of the narrow build. Suggested patch fixes this. -- assignee: docs@python components: Documentation, Unicode files: doc_narrow_build.patch keywords: patch messages: