]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17827: document codecs.encode and codecs.decode
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 13 Oct 2013 14:55:46 +0000 (00:55 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 13 Oct 2013 14:55:46 +0000 (00:55 +1000)
commite206b6e10ef051da924769ab0b449f0932c1a344
tree984834a487f9aa6af2931d39b7284027f80bfa11
parent5983258bf238367e621cae346fce883f934a07a1
parent6cb2b5b1e1ded4c10e305e493e016a7ccf0275cd
Issue #17827: document codecs.encode and codecs.decode

- Merge from 3.3
- Added to What's New since these are more important in 3.x,
  as the bytes<->bytes and str<->str codecs don't fit the
  text model convenience methods in 3.x the way they did the
  basestring<->basestring methods in the 2.x text model
- Included under Library in Misc/NEWS for the same reason
Doc/library/codecs.rst
Doc/whatsnew/3.4.rst
Misc/NEWS