[issue44722] RFC: string Multiline Formatter

2021-07-23 Thread creative-resort
creative-resort added the comment: Thank you for your kind guidance :) -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue44722] RFC: string Multiline Formatter

2021-07-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: I suggest you close this issue and if you have an improved code, propose it on python-ideas list for discussion. -- nosy: +terry.reedy ___ Python tracker __

[issue44722] RFC: string Multiline Formatter

2021-07-23 Thread creative-resort
creative-resort added the comment: Thank you. In the process of providing that description I also just realized – after also seeing the build fail – that I'm making use of a library which is not part of the core (llist) for a doubly linked list. That dependency is most probably a deal breake

[issue44722] RFC: string Multiline Formatter

2021-07-23 Thread Eric V. Smith
Eric V. Smith added the comment: Can you provide a specification of what this class does? You’ve given an example, but not a description of the behavior. -- nosy: +eric.smith ___ Python tracker _

[issue44722] RFC: string Multiline Formatter

2021-07-23 Thread creative-resort
Change by creative-resort : -- keywords: +patch pull_requests: +25845 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27301 ___ Python tracker ___

[issue44722] RFC: string Multiline Formatter

2021-07-23 Thread creative-resort
New submission from creative-resort : I'm opening this issue to propose the following enhancement and a PR on GitHub. Concerning: https://github.com/python/cpython/blob/main/Lib/string.py The idea: Format strings, that are comprised of field values with newlines (Multiline) as Multiline string