Package encodings :: Module undefined
[hide private]
[frames] | no frames]

Module undefined

Python 'undefined' Codec

    This codec will always raise a ValueError exception when being
    used. It is intended for use by the site.py file to switch off
    automatic string to Unicode coercion.

Written by Marc-Andre Lemburg ([email protected]).

(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.

Classes [hide private]
  Codec
  IncrementalEncoder
  IncrementalDecoder
  StreamWriter
  StreamReader
Functions [hide private]
 
getregentry()

Imports: codecs