[issue41881] New Line escape issue in raw strings

2020-09-28 Thread Kevin Ardath


New submission from Kevin Ardath :

When attempting to concatenate some strings with a new line, I observed that 
formatting braces in a raw string skipped a new line escape:

print(r'{{}}\nx'.format())

Produces:
{}\nx

Rather than:
{}
x

--
messages: 377624
nosy: ardath.kevin
priority: normal
severity: normal
status: open
title: New Line escape issue in raw strings
type: behavior
versions: Python 3.7

___
Python tracker 
<https://bugs.python.org/issue41881>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41881] New Line escape issue in raw strings

2020-09-28 Thread Kevin Ardath


Change by Kevin Ardath :


--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue41881>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com