[docs] [issue17844] Add link to alternatives for bytes-to-bytes codecs

Serhiy Storchaka report at bugs.python.org
Thu Apr 25 13:37:22 CEST 2013


New submission from Serhiy Storchaka:

The proposed patch adds link to alternative interfaces for bytes-to-bytes codecs. I.e. base64.b64encode and base64.b64decode for base64_codec.

Patch for 2.7 should mention other functions/modules (due to lack of some of them).

----------
assignee: docs at python
components: Documentation
files: doc_codecs_impl.patch
keywords: patch
messages: 187777
nosy: docs at python, doerwalter, lemburg, ncoghlan, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Add link to alternatives for bytes-to-bytes codecs
type: enhancement
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30013/doc_codecs_impl.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17844>
_______________________________________


More information about the docs mailing list