]> granicus.if.org Git - python/commit
Merged revisions 85084 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 29 Sep 2010 00:01:41 +0000 (00:01 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 29 Sep 2010 00:01:41 +0000 (00:01 +0000)
commit6ec5ed22b2e5b4429ad9e130ecaad7fa16fde691
treed5deacc7f727df24542213a9ae06a76ecffea0d8
parentdebf4dbf0703ee7e6b89c78f8082374b3d6a4258
Merged revisions 85084 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85084 | antoine.pitrou | 2010-09-29 01:59:51 +0200 (mer., 29 sept. 2010) | 5 lines

  Give a dedicated page to memoryview objects, so that they can be part
  of the concrete objects layer, while the buffer protocol is part of
  the abstract objects layer.
........
Doc/c-api/buffer.rst
Doc/c-api/concrete.rst
Doc/c-api/memoryview.rst [new file with mode: 0644]