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 LambertDW
Recipients LambertDW, georg.brandl
Date 2008-09-30.04:20:31
SpamBayes Score 0.02702498
Marked as misclassified No
Message-id <1222748434.01.0.683191866382.issue4000@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/dev/3.0/howto/functional.html

    a) Refers to "print statement" in Introduction,

    b) Uses syntax no longer valid:

       def get_state ((city, state)):
           '''
               alas and unfortunately argument grouping
               is no longer permitted
           '''
           return state


Thanks, that's all for tonight.
History
Date User Action Args
2008-09-30 04:20:34LambertDWsetrecipients: + LambertDW, georg.brandl
2008-09-30 04:20:34LambertDWsetmessageid: <1222748434.01.0.683191866382.issue4000@psf.upfronthosting.co.za>
2008-09-30 04:20:32LambertDWlinkissue4000 messages
2008-09-30 04:20:31LambertDWcreate