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

2007-08-31 Thread Eric Smith
Georg Brandl wrote: > Eric Smith schrieb: >> Talin wrote: >>> 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 syn

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

2007-08-31 Thread Georg Brandl
Eric Smith schrieb: > Talin wrote: >> 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

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

2007-08-31 Thread Eric Smith
Talin wrote: > 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

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

2007-08-31 Thread Georg Brandl
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://bu

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

2007-08-30 Thread Talin
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 de