Bug report
Bug description:
This raised issue is ValueError: not enough values to unpack (expected 2, got 1)
But it should be
ValueError: not enough values to unpack (expected 1, got 2)
because two values should be unpacked, whilst string expects only one
CPython versions tested on:
3.10
Operating systems tested on:
Windows