[issue10122] Documentation typo fix and a side question

2010-11-26 Thread Georg Brandl
Georg Brandl added the comment: I don't waste my time by merging every little typo fix to the maintenance branches immediately; I rather merge them all at once every now and then. You will certainly understand that nobody is harmed by a stray "d", even if it has a pointy tip. -- __

[issue10122] Documentation typo fix and a side question

2010-11-25 Thread Boštjan Mejak
Boštjan Mejak added the comment: The change is still not reflected. Why not? It's been more than a month now. What is going on? -- ___ Python tracker ___ ___

[issue10122] Documentation typo fix and a side question

2010-11-25 Thread Senthil Kumaran
Senthil Kumaran added the comment: Boštjan, it is fixed. The change will reflect when the docs get served from the updated version. Also, Georg will take care of merging it to other branches. -- nosy: +orsenthil ___ Python tracker

[issue10122] Documentation typo fix and a side question

2010-11-19 Thread Boštjan Mejak
Boštjan Mejak added the comment: If you visit http://docs.python.org/library/functions.html?highlight=getattr#getattr there is still the word 'attributed' present in online docs. Please fix the docs completely. -- ___ Python tracker

[issue10122] Documentation typo fix and a side question

2010-10-16 Thread Georg Brandl
Georg Brandl added the comment: Typo fixed in r85572. Otherwise, as David says. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue10122] Documentation typo fix and a side question

2010-10-16 Thread R. David Murray
Changes by R. David Murray : -- type: -> behavior versions: -3rd party, Python 2.5, Python 2.6, Python 3.3 ___ Python tracker ___ __

[issue10122] Documentation typo fix and a side question

2010-10-16 Thread R. David Murray
R. David Murray added the comment: No, that would be incorrect syntax (if you omit the optional argument you should also omit the comma that precedes it). -- nosy: +r.david.murray ___ Python tracker _

[issue10122] Documentation typo fix and a side question

2010-10-16 Thread Retro
New submission from Retro : Please read the first sentence of the docs for the built-in function getattr() here: http://docs.python.org/library/functions.html?highlight=getattr#getattr Fix the word 'attributed' to 'attribute', because the former is a typo. A side question. When you document