Hello,
>
In what version of python were private variables added?
>
Thanks,
>
--b
Short answer - 1.5 (or - so long ago that it doesn't matter anymore)
Long answer - There are no true private variables in Python. Just
private variables names by convention.
Comment