[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh
New submission from hiroaki itoh: * default of ignorechars for a85decode b' tnrv' should be b' \t\n\r\v' * explanation of newline for a85encode "newline('n')" should be "newline('\n')" -- assignee: docs@python components: Documentation messages: 255155 nosy: docs@python,

[issue25706] problems in library/base64.rst

2015-11-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Who can explain the problem ? I am ignorant about this issue. -- nosy: +matrixise ___ Python tracker ___

[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh
Changes by hiroaki itoh : -- versions: +Python 3.5 ___ Python tracker ___ ___

[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh
Changes by hiroaki itoh : -- versions: +Python 3.6 ___ Python tracker ___ ___

[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh
hiroaki itoh added the comment: maybe this is Sphinx bug. rst has no problem. -- ___ Python tracker ___ ___

[issue25706] problems in library/base64.rst

2015-11-23 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: docs@python -> serhiy.storchaka nosy: +serhiy.storchaka ___ Python tracker ___

[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh
hiroaki itoh added the comment: Should be escape by '\\t\\b...' in rst? -- ___ Python tracker ___ ___

[issue25706] problems in library/base64.rst

2015-11-23 Thread hiroaki itoh
hiroaki itoh added the comment: escape*d* -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue25706] problems in library/base64.rst

2015-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset a33d76465a18 by Serhiy Storchaka in branch '3.4': Issue #25706: Fixed markup in the documentation. https://hg.python.org/cpython/rev/a33d76465a18 New changeset f4918e98d085 by Serhiy Storchaka in branch '3.5': Issue #25706: Fixed markup in the

[issue25706] problems in library/base64.rst

2015-11-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your report hiroaki itoh. Fixed yet one error in Doc/library/stdtypes.rst. Stéphane, the backslash hes special meaning in rst files if not escaped. -- resolution: -> fixed stage: -> resolved status: open -> closed

[issue25706] problems in library/base64.rst

2015-11-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thanks for your explanation, Serhiy. Now, I know how to fix this kind of issues. On 11/23, Serhiy Storchaka wrote: > > Serhiy Storchaka added the comment: > > Thank you for your report hiroaki itoh. Fixed yet one error in > Doc/library/stdtypes.rst. > >