]> granicus.if.org Git - python/commit
_PySys_Init(): When setting up sys.version_info, use #if/#elif.../#endif
authorFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 15:21:11 +0000 (15:21 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 15:21:11 +0000 (15:21 +0000)
commit592f2d6c857943e0d833d77bba8ed65f0aa4e04c
treeacb3a2d756cac18e9547fbe6a6a38005f951357c
parent0625777b53838d16fe11f57f5f79767dc539b738
_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.
Python/sysmodule.c