Commits

Rainer Müller authored d1aa7d651b0
diffoscope: Update to version 82
No tags

sysutils/diffoscope/files/patch-locale.diff

Modified
1 ---- diffoscope/__init__.py 2016-12-06 20:57:20.000000000 +0100
2 -+++ diffoscope/__init__.py 2016-12-06 20:57:34.000000000 +0100
3 -@@ -82,7 +82,7 @@
4 - 'LC_MESSAGES', 'LC_PAPER', 'LC_NAME', 'LC_ADDRESS',
5 - 'LC_TELEPHONE', 'LC_MEASUREMENT', 'LC_IDENTIFICATION']:
6 - os.environ[var] = 'C'
1 +--- diffoscope/locale.py 2017-05-09 17:44:54.000000000 +0200
2 ++++ diffoscope/locale.py 2017-05-09 17:45:08.000000000 +0200
3 +@@ -52,6 +52,6 @@
4 + os.environ[x] = 'C'
5 +
6 + os.environ['TZ'] = 'UTC'
7 7 - os.environ['LC_CTYPE'] = 'C.UTF-8'
8 8 + os.environ['LC_CTYPE'] = 'UTF-8'
9 - os.environ['TZ'] = 'UTC'
10 -
11 9
10 + time.tzset()

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut