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 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:43shimizukawasetrecipients: + shimizukawa, terry.reedy, belopolsky, vstinner, eric.smith, ezio.melotti, AndiDog_old, BreamoreBoy
2015-11-21 05:41:43shimizukawasetmessageid: <1448084503.39.0.50675761853.issue8304@psf.upfronthosting.co.za>
2015-11-21 05:41:43shimizukawalinkissue8304 messages
2015-11-21 05:41:43shimizukawacreate