Message255043
| Author | shimizukawa |
|---|---|
| Recipients | AndiDog_old, BreamoreBoy, belopolsky, eric.smith, ezio.melotti, shimizukawa, terry.reedy, vstinner |
| Date | 2015-11-21.05:41:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1448084503.39.0.50675761853.issue8304@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I've implemented a workaround for Sphinx:
>>> time.strftime(u'%Y 年'.encode('unicode-escape').decode(), *args).encode().decode('unicode-escape')
2015 年
https://github.com/sphinx-doc/sphinx/blob/8ae43b9fd/sphinx/util/osutil.py#L175 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-11-21 05:41:43 | shimizukawa | set | recipients: + shimizukawa, terry.reedy, belopolsky, vstinner, eric.smith, ezio.melotti, AndiDog_old, BreamoreBoy |
| 2015-11-21 05:41:43 | shimizukawa | set | messageid: <1448084503.39.0.50675761853.issue8304@psf.upfronthosting.co.za> |
| 2015-11-21 05:41:43 | shimizukawa | link | issue8304 messages |
| 2015-11-21 05:41:43 | shimizukawa | create | |