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 ajaksu2, dalcinl, larry
Date 2009-04-16.12:56:39
SpamBayes Score 1.071595e-05
Marked as misclassified No
Message-id <1239886601.08.0.223126085545.issue5630@psf.upfronthosting.co.za>
In-reply-to
Content
Whoopsie-daisy, I forgot to touch up a whole lot of places to match the
new API.  Attached is an updated patch; here's what changed:
* The documentation is now much better; there is a capsule.rst, and
cobject.rst has a deprecation warning.
* Added a deprecation warning in a comment to Include/cobject.h.
* Added the PyCapsule APIs to refcounts.dat and the .def files for OS/2
builds.
* Changed a commented mention of "CObject" to "Capsule" in
Lib/test/test_sys.py.
History
Date User Action Args
2009-04-16 12:56:41larrysetrecipients: + larry, dalcinl, ajaksu2
2009-04-16 12:56:41larrysetmessageid: <1239886601.08.0.223126085545.issue5630@psf.upfronthosting.co.za>
2009-04-16 12:56:39larrylinkissue5630 messages
2009-04-16 12:56:39larrycreate