﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19942	Test failure	Aymeric Augustin	nobody	"Since a few days (maybe since the modeltests/regressiontests merge) I'm seeing this failure when running the tests (OS X, Python 2.7):

{{{
======================================================================
ERROR: test_error_reported_by_msgfmt (i18n.commands.compilation.CompilationErrorHandling)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Users/myk/Documents/dev/django/tests/i18n/commands/compilation.py"", line 113, in test_error_reported_by_msgfmt
    call_command('compilemessages', locale=self.LOCALE, stderr=StringIO())
  File ""/Users/myk/Documents/dev/django/django/core/management/__init__.py"", line 161, in call_command
    return klass.execute(*args, **defaults)
  File ""/Users/myk/Documents/dev/django/django/core/management/base.py"", line 283, in execute
    output = self.handle(*args, **options)
  File ""/Users/myk/Documents/dev/django/django/core/management/commands/compilemessages.py"", line 68, in handle
    compile_messages(self.stderr, locale=locale)
  File ""/Users/myk/Documents/dev/django/django/core/management/commands/compilemessages.py"", line 50, in compile_messages
    msg = ""Execution of %s failed: %s"" % (program, errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 94: ordinal not in range(128)

----------------------------------------------------------------------
}}}"	Bug	closed	Internationalization	dev	Release blocker	fixed			Ready for checkin	1	0	0	0	1	0
