Message311371
| Author | cheryl.sabella |
|---|---|
| Recipients | cheryl.sabella, docs@python |
| Date | 2018-01-31.20:56:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1517432160.79.0.467229070634.issue32735@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
On the lexical analysis doc page, in f-strings example, the following example isn't quite right:
>>> f"{today:%b %d, %Y}" # using date format specifier
'January 27, 2017'
Submitting a patch shortly to use %B instead of %b. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-31 20:56:00 | cheryl.sabella | set | recipients: + cheryl.sabella, docs@python |
| 2018-01-31 20:56:00 | cheryl.sabella | set | messageid: <1517432160.79.0.467229070634.issue32735@psf.upfronthosting.co.za> |
| 2018-01-31 20:56:00 | cheryl.sabella | link | issue32735 messages |
| 2018-01-31 20:56:00 | cheryl.sabella | create | |