Commit graph

4 commits

Author SHA1 Message Date
Georg Brandl
c62ef8b4d9 Remove trailing whitespace. 2009-01-03 20:55:06 +00:00
Georg Brandl
a7364408cd Fix markup again. 2008-01-26 13:41:21 +00:00
Christian Heimes
74b8e76ec1 Don't repeat yourself
Added the macros PyModule_AddIntMacro and PyModule_AddStringMacro. They shorten PyModule_AddIntConstant(m, "AF_INET", AF_INET) to PyModule_AddIntMacro(m, AF_INET)
2008-01-22 15:25:18 +00:00
Georg Brandl
f6842722df Split the monstrous C API manual files in smaller parts. 2008-01-19 22:08:21 +00:00