Author: thomas.heller
Date: Mon Sep 24 16:43:56 2007
New Revision: 58241
Modified:
python/branches/py3k/Modules/_bsddb.c
python/branches/py3k/PC/_winreg.c
Log:
Make Modules/_bsddb.c and PC/_winreg.c compile again by renaming
PyBuffer into Py_buffer.
Modified: python/branches/py3k/Modules/_
Author: georg.brandl
Date: Mon Sep 24 20:05:08 2007
New Revision: 58246
Modified:
python/branches/py3k/Doc/c-api/newtypes.rst
Log:
#1189: documentation for tp_as_* structs.
Modified: python/branches/py3k/Doc/c-api/newtypes.rst
==