[Python-checkins] r79591 - python/branches/py3k

larry.hastings python-checkins at python.org
Fri Apr 2 13:03:37 CEST 2010


Author: larry.hastings
Date: Fri Apr  2 13:03:37 2010
New Revision: 79591

Log:
Blocked revisions 79590 via svnmerge

........
  r79590 | larry.hastings | 2010-04-02 04:01:35 -0700 (Fri, 02 Apr 2010) | 10 lines
  
  Capsule-related changes:
  * PyCObject_AsVoidPtr() can now open capsules.  This addresses
    most of the remaining backwards-compatibility concerns about
    the conversion of Python 2.7 from CObjects to capsules.
  * CObjects were marked Pending Deprecation.
  * Documentation about this pending deprecation was added to
    cobject.h.
  * The capsule source files were added to the legacy PC build
    processes.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list