New submission from grizlupo: >>> locale.setlocale(locale.LC_ALL, 'en') 'en' >>> time.strftime('%a') 'Tue' >>> locale.setlocale(locale.LC_ALL, 'ko') 'ko' >>> time.strftime('%a') Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: embedded null byte >>>
---------- components: Unicode messages: 250157 nosy: ezio.melotti, haypo, sy LEE priority: normal severity: normal status: open title: time.strftime('%a'), ValueError: embedded null byte, in ko locale type: crash versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25023> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com