This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author leop0ld
Recipients larry, leop0ld, matrixise
Date 2018-02-08.01:06:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518051985.04.0.467229070634.issue32786@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-02-08 01:06:25leop0ldsetrecipients: + leop0ld, larry, matrixise
2018-02-08 01:06:25leop0ldsetmessageid: <1518051985.04.0.467229070634.issue32786@psf.upfronthosting.co.za>
2018-02-08 01:06:25leop0ldlinkissue32786 messages
2018-02-08 01:06:24leop0ldcreate