commit | 592f2d6c857943e0d833d77bba8ed65f0aa4e04c | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Aug 31 15:21:11 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Aug 31 15:21:11 2000 +0000 |
tree | acb3a2d756cac18e9547fbe6a6a38005f951357c | |
parent | 0625777b53838d16fe11f57f5f79767dc539b738 [diff] |
_PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif instead of four #if/#endif blocks. This shortens the code and improves readability.