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 larry
Recipients georg.brandl, larry
Date 2014-01-12.18:22:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389550961.51.0.242582181994.issue20214@psf.upfronthosting.co.za>
In-reply-to
Content
Third patch, with these new features:

* Relaxed rules regarding c_default and py_default; they can now be
  used even when no default value is supplied.
* Added bool return converter.
* Made one fail() call easier to read, through the power of str.format().
* More doc updates and fixes.
History
Date User Action Args
2014-01-12 18:22:42larrysetrecipients: + larry, georg.brandl
2014-01-12 18:22:41larrysetmessageid: <1389550961.51.0.242582181994.issue20214@psf.upfronthosting.co.za>
2014-01-12 18:22:41larrylinkissue20214 messages
2014-01-12 18:22:40larrycreate