557
557
def get_environ_unicode(key, default=None):
558
558
"""Get `key` from environment as unicode or `default` if unset
560
565
A large enough buffer will be allocated to retrieve the value, though
561
566
it may take two calls to the underlying library function.