[Python-3000] pep-0362? (original) (raw)
Paul Moore p.f.moore at gmail.com
Thu Sep 6 16:54:58 CEST 2007
- Previous message: [Python-3000] pep-0362?
- Next message: [Python-3000] pep-0362?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 06/09/07, skip at pobox.com <skip at pobox.com> wrote:
> I haven't read it, but it seems very similar to the new annotations > capability in py3k (pep 3107). Will that not suffice? Which I notice has a "Requires: 362" field. Perhaps you're good to go. ;-)
Apparently not (yet, at least).
\Apps\Python30\python.exe Python 3.0a1 (py3k:57844, Aug 31 2007, 16:54:27) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
def f(): pass ... f.signature Traceback (most recent call last): File "", line 1, in AttributeError: 'function' object has no attribute 'signature' signature(f) Traceback (most recent call last): File "", line 1, in NameError: name 'signature' is not defined
Paul.
- Previous message: [Python-3000] pep-0362?
- Next message: [Python-3000] pep-0362?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]