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, loewis, pitrou, vstinner
Date 2013-10-25.15:31:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382715093.89.0.868379415478.issue19358@psf.upfronthosting.co.za>
In-reply-to
Content
For a long time it was actually 3.4+ only.  I was depending on a particular AST node that wasn't exposed to Python until 3.4 trunk.  But that went away, and I tried it with 3.3 and it worked fine, so I labeled it 3.3+.  For all I know it works fine under 3.1, never tried it.
History
Date User Action Args
2013-10-25 15:31:33larrysetrecipients: + larry, loewis, pitrou, vstinner
2013-10-25 15:31:33larrysetmessageid: <1382715093.89.0.868379415478.issue19358@psf.upfronthosting.co.za>
2013-10-25 15:31:33larrylinkissue19358 messages
2013-10-25 15:31:33larrycreate