Hello,
For some reason Python refuses to strip a square bracket from a string:
string = "[test]"
string.strip("[") works fine
string.strip("]") refuses to work
If i do a test in IDLE it works fine!
I must be missing something.
Thanks,
Oliver.