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 terry.reedy
Recipients acue, asvetlov, larry, lukasz.langa, terry.reedy, yselivanov
Date 2018-03-30.21:11:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522444303.85.0.467229070634.issue33150@psf.upfronthosting.co.za>
In-reply-to
Content
Can you write a test case that raises the exception?  Use .read_string to create the CF instance, as that calls .read_file, which calls ._read, which calls ._join_multiline_values.

I wonder if we could delete .before_read and replace its call with the value passed and intended to be returned.  None of the Interpolation subclasses override it, and it is undocumented in both code and docs.  Ditto for .before_write.
History
Date User Action Args
2018-03-30 21:11:43terry.reedysetrecipients: + terry.reedy, larry, asvetlov, lukasz.langa, yselivanov, acue
2018-03-30 21:11:43terry.reedysetmessageid: <1522444303.85.0.467229070634.issue33150@psf.upfronthosting.co.za>
2018-03-30 21:11:43terry.reedylinkissue33150 messages
2018-03-30 21:11:43terry.reedycreate