SIGN IN SIGN UP

Fix encode/decode method doc of str, bytes, bytearray types

* Specify the default encoding: write 'utf-8' instead of
   sys.getdefaultencoding(), because the default encoding is now constant
 * Specify the default errors value
V
Victor Stinner committed
e14e2122211081fe7e71871f77f70a0cb105dbfd
Parent: 64bc3b2