[Python-3000] PATCH: library reference docs for PEP 3101

Georg Brandl g.brandl at gmx.net
Fri Aug 31 11:24:37 CEST 2007


Talin schrieb:
> I just posted on the tracker a patch which adds extensive documentation 
> for PEP 3101 to the Python Library Reference. This includes:
> 
>    str.format()
>    format()
>    __format__
>    Formatter
>    format string syntax
>    format specification mini-language
> 
> http://bugs.python.org/issue1068
> 
> (Eric, my description of the Formatter overloaded methods may not match 
> your latest revisions. Feel free to point out any errors.)
> 
> Oh, and thanks to Georg for making it possible for me to actually write 
> library documentation :)

I hope it was a pleasant experience :)

I've committed the patch together with more string fixes.

Georg

-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.



More information about the Python-3000 mailing list