[Python-3000] pep-0362? (original) (raw)
Brett Cannon brett at python.org
Thu Sep 6 19:44:10 CEST 2007
- Previous message: [Python-3000] pep-0362?
- Next message: [Python-3000] pep-0362?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 9/6/07, skip at pobox.com <skip at pobox.com> wrote:
Neal> This would be helpful for boost::python. Any thoughts on Neal> approving this for python-3k? I haven't read it, but it seems very similar to the new annotations capability in py3k (pep 3107). Will that not suffice?
There are different ideas here. Signature objects are meant to collect all of the various pieces of information about parameters into a single place for easier introspection. Annotations are just a part of what is exposed for introspection.
-Brett
- Previous message: [Python-3000] pep-0362?
- Next message: [Python-3000] pep-0362?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]