Unicodedecodeerror Utf8 Codec Cant Decode Byte

codec can't decode byte 0xd0 in position 0: ordinal not in range(128) Python 3000 will prohibit encoding of bytes, according to PEP 3137 : "encoding always takes a Unicode string and returns a bytes sequence, and decoding always takes a bytes ... ................
................