Changes between Initial Version and Version 2 of Ticket #21928


Ignore:
Timestamp:
Feb 8, 2014, 1:57:39 PM (10 years ago)
Author:
Aymeric Augustin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21928

    • Property Triage Stage UnreviewedAccepted
  • Ticket #21928 – Description

    initial v2  
    77popen got output in cp1251 encoding instead utf-8 and crashes:
    88
     9{{{
    910Exception in thread Thread-63:
    1011Traceback (most recent call last):
     
    4344    stdout = stdout[0]
    4445IndexError: list index out of range
     46}}}
    4547
    4648popen runs for the following process:
     49
     50{{{
    4751['msgmerge', '-q', 'C:\\temp\\oluch\\oluch\\locale\\ru\\LC_MESSAGES\\django.po', 'C:\\temp\\oluch\\oluch\\locale\\django.pot']
    48  
     52}}}
Back to Top