[issue13329] Runs normal as console script but falls as CGI

Nick Rowan report at bugs.python.org
Thu Nov 3 04:22:14 CET 2011


New submission from Nick Rowan <nnrowan at gmail.com>:

There is a Python script that tries to print a message in Russian language. It's okay when script runs in console, but it causes DecodeUnicodeError if it invokes as CGI.

----------
components: Interpreter Core, Library (Lib), Unicode
files: Test.py
messages: 146893
nosy: Nick.Rowan, ezio.melotti
priority: normal
severity: normal
status: open
title: Runs normal as console script but falls as CGI
type: behavior
versions: 3rd party, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file23602/Test.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13329>
_______________________________________


More information about the Python-bugs-list mailing list