[issue27484] Some Examples in Format String Syntax are incorrect or poorly worded

2017-10-01 Thread Rufus V. Smith
Rufus V. Smith added the comment: I happened to run across this in my old email inbox. It's embarrassing to realize how wrong I was in submitting the report. Reading it with fresh eyes, your original makes sense. I don't know what I was thinking. > On Jul 11, 2016, at 2:1

[issue27484] Some Examples in Format String Syntax are incorrect or poorly worded

2016-07-11 Thread Rufus V. Smith
New submission from Rufus V. Smith: In section 6.1.3 Format String Syntax, some examples have incorrect or poorly worded comments: Original: "Harold's a clever {0!s}"# Calls str() on the argument first "Bring out the holy {name!r}"# Calls repr() on the