commit | e206b6e10ef051da924769ab0b449f0932c1a344 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Mon Oct 14 00:55:46 2013 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Mon Oct 14 00:55:46 2013 +1000 |
tree | 984834a487f9aa6af2931d39b7284027f80bfa11 | |
parent | 5983258bf238367e621cae346fce883f934a07a1 [diff] | |
parent | 6cb2b5b1e1ded4c10e305e493e016a7ccf0275cd [diff] |
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