[Python-3000-checkins] r58241 - in python/branches/py3k: Modules/_bsddb.c PC/_winreg.c

2007-09-24 Thread thomas.heller
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/_

[Python-3000-checkins] r58246 - python/branches/py3k/Doc/c-api/newtypes.rst

2007-09-24 Thread georg.brandl
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 ==