Message341423
| Author | SilentGhost |
|---|---|
| Recipients | SilentGhost, barry, emilyemorehouse, eric.smith, larry, lukasz.langa |
| Date | 2019-05-05.07:13:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1557040391.67.0.135127383179.issue36798@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This doesn't seem at all related to walrus operator, I can reproduce this error on 3.6.7 and 3.7.3, given that format call returns exactly the same error, it seems like '=' is simply not a valid alignment for strings.
I'm not saying that walrus operator did not introduce any errors, but those could be perhaps best tested using the following code:
f'{x:=^10}' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-05 07:13:11 | SilentGhost | set | recipients: + SilentGhost, barry, larry, eric.smith, lukasz.langa, emilyemorehouse |
| 2019-05-05 07:13:11 | SilentGhost | set | messageid: <1557040391.67.0.135127383179.issue36798@roundup.psfhosted.org> |
| 2019-05-05 07:13:11 | SilentGhost | link | issue36798 messages |
| 2019-05-05 07:13:11 | SilentGhost | create | |