diff options
author | Barry Warsaw <barry@python.org> | 1996-12-12 00:04:35 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-12 00:04:35 (GMT) |
commit | e4ac0aa6183f06b9908f013ee22da56dfb16f373 (patch) | |
tree | 81196e0ff35002b6b8003ee5eca3884e79bb4f77 /Lib/lib-tk | |
parent | 792c94a3209f57f7df5db731e9f8f38c74fb5a57 (diff) | |
download | cpython-e4ac0aa6183f06b9908f013ee22da56dfb16f373.zip cpython-e4ac0aa6183f06b9908f013ee22da56dfb16f373.tar.gz cpython-e4ac0aa6183f06b9908f013ee22da56dfb16f373.tar.bz2 |
Several changes... Guido *please* take a look!
1. Renamed
2. Several coding styles were being used here, owing to the multiple
contributors. I tried to convert everything to standard "python"
coding style for indentation, paren and brace placement, etc.
3. There were several potential error conditions that were never being
checked, and where I saw them, I added checks of return values,
etc. I'm pretty sure I got them all.
4. There were some old-style (pre PyArg_ParseTuple) argument
extraction and these were converted to use PyArg_ParseTuple.
All changes compile and run with the new test_select.py module, at
least on my Solaris/Sparc box.
Diffstat (limited to 'Lib/lib-tk')
0 files changed, 0 insertions, 0 deletions