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 jaraco
Recipients jaraco
Date 2018-01-07.04:10:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515298221.56.0.467229070634.issue32509@psf.upfronthosting.co.za>
In-reply-to
Content
I did find [this ugly workaround](https://github.com/jaraco/jaraco.financial/commit/9b866ab7117d1cfc26d7cdcec10c63a608662b46):

	>>> print('x' + res)
	x...
History
Date User Action Args
2018-01-07 04:10:21jaracosetrecipients: + jaraco
2018-01-07 04:10:21jaracosetmessageid: <1515298221.56.0.467229070634.issue32509@psf.upfronthosting.co.za>
2018-01-07 04:10:21jaracolinkissue32509 messages
2018-01-07 04:10:21jaracocreate