Hey all,
We are looking to upgrade to 3.6.8 since the latest release. Going from 3.5.7 to 3.6.8 has a lot of great improvements in it.
However, we just recently discovered that
"hello"[0] returns the integer value for 'h' instead of the string "h" which was the previous, and to me, expected behavior.
b"hello"[0] yields the same result, but here I would expect it to result in an integer value.
Is this intended behavior?
Best regards,
Simon