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 larry, serhiy.storchaka, zach.ware
Date 2015-04-20.18:03:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429553037.3.0.695848846107.issue24001@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch implementing all my proposed changes here:

* "types" is now renamed "accept"
* it accepts a set of real Python types
* there are placeholder types for buffer, robuffer, rwbuffer
* "nullable=True" is gone, replaced with adding NoneType to accept={}
History
Date User Action Args
2015-04-20 18:03:57larrysetrecipients: + larry, zach.ware, serhiy.storchaka
2015-04-20 18:03:57larrysetmessageid: <1429553037.3.0.695848846107.issue24001@psf.upfronthosting.co.za>
2015-04-20 18:03:57larrylinkissue24001 messages
2015-04-20 18:03:56larrycreate