This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author grooverdan
Recipients georg.brandl, grooverdan
Date 2009-09-01.04:05:02
SpamBayes Score 0.00015057597
Marked as misclassified No
Message-id <1251777906.33.0.931142737183.issue6813@psf.upfronthosting.co.za>
In-reply-to
Content
Release notes show the use of '{}'.format('this') and the attached patch
updates this to be the default example in the tutorial. Library
references are updated to show field_name as optional and a few examples
are added.

Relates to the improvements from issue 5237.
History
Date User Action Args
2009-09-01 04:05:06grooverdansetrecipients: + grooverdan, georg.brandl
2009-09-01 04:05:06grooverdansetmessageid: <1251777906.33.0.931142737183.issue6813@psf.upfronthosting.co.za>
2009-09-01 04:05:04grooverdanlinkissue6813 messages
2009-09-01 04:05:04grooverdancreate