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 eric.araujo
Recipients eric.araujo, ezio.melotti, georg.brandl, larry, loewis, terry.reedy
Date 2012-02-27.08:58:45
SpamBayes Score 0.00048316372
Marked as misclassified No
Message-id <1330333126.08.0.249346688741.issue13086@psf.upfronthosting.co.za>
In-reply-to
Content
+can simply switch to :c:type:`Capsule`.  If you need to support Python 3.0,
+or versions of Python earlier than 2.7,
+you'll have to support both CObjects and Capsules.

We pretend that Python 3.0 never existed, or was a beta.  Python 3.1 is the first supported 3.x release.  Thus I think you can delete that mention.
History
Date User Action Args
2012-02-27 08:58:46eric.araujosetrecipients: + eric.araujo, loewis, georg.brandl, terry.reedy, larry, ezio.melotti
2012-02-27 08:58:46eric.araujosetmessageid: <1330333126.08.0.249346688741.issue13086@psf.upfronthosting.co.za>
2012-02-27 08:58:45eric.araujolinkissue13086 messages
2012-02-27 08:58:45eric.araujocreate