[issue26613] Descriptor HowTo Guide - Typo

2016-03-23 Thread Stubz
Stubz added the comment: Thanx mate, I am sorted ... Q tho ... It turns out my issue was with the class Dict and what I called a typo in the call to dict.fromkeys ... In order to make it 'go', I had to use the lower case letter, how is that not a typo ¿ The part that hung me up was the

[issue26613] Descriptor HowTo Guide - Typo

2016-03-22 Thread Raymond Hettinger
Raymond Hettinger added the comment: The last line is not a typo, it shows how to call the pure python version of the classmethod described above it. FWIW, I'm working a revision to this how-to guide that it easier to read. At the time it was written, it was the *only* documentation for the

[issue26613] Descriptor HowTo Guide - Typo

2016-03-22 Thread Stubz
New submission from Stubz: The last line has a typo ... Dict.fromkeys -> dict.fromkeys I am a newbie, but that was just a pain in the ass ... Worked my way thru this How to and spent an hour+ trying to sort a circular argument error... Was this intentional ¿ In as much as it was a pain in