[issue32786] Didnot work strftime() when hangeul in format sting

Myungseo Kang report at bugs.python.org
Wed Feb 7 20:06:25 EST 2018


Myungseo Kang <l3opold7 at gmail.com> added the comment:

It works correctly in python 3.6

I think this problem is occured only python 3.4
First, I changed this code like below.

```
'{0:%Y}년 {0:%-m}월 {0:%-d}일'.format(proposal.hold_end_date)
```

But I wonder why doesn't work in only python 3.4

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32786>
_______________________________________


More information about the Python-bugs-list mailing list