diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-06-29 03:48:23 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-06-29 03:48:23 (GMT) |
commit | 289e4cba1cce7e20638d5519355b5b162a2a74af (patch) | |
tree | e5070e3dbd9c70a40931848bd3f9a7fea51e3f40 /setup.py | |
parent | 93d1b2c93ce210bb3ac69a04006a46641b5730ab (diff) | |
download | cpython-289e4cba1cce7e20638d5519355b5b162a2a74af.zip cpython-289e4cba1cce7e20638d5519355b5b162a2a74af.tar.gz cpython-289e4cba1cce7e20638d5519355b5b162a2a74af.tar.bz2 |
Changed applicable use of ``char *`` declarations that are passed into
PyArg_ParseTuple() to ``const char *`` to match the recommendation made in
section 1.3 and to support better coding habits.
Section 1.8 ("Keyword Parameters for Extension Functions") and it's coding
example were not touched since it is stems from an accredited source and thus
did not want to step on anyone's toes.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions