[Python-checkins] python/dist/src/Lib rexec.py,1.42,1.43

Fred L. Drake, Jr. fdrake@acm.org
Fri, 11 Oct 2002 12:01:52 -0400


jhylton@users.sourceforge.net writes:
 > Modified Files:
 > 	rexec.py 
 > Log Message:
 > Sort names alphabetically.
...
 > !     ok_sys_names = ('copyright', 'exit', 'hexversion', 'version',
 > !                     'maxint', 'platform', 'ps1', 'ps2')

In what alphabet???  I can sympathize with wanting version and
hexversion together, but don't call version, maxint alphabetical!

I think version_info could be added as well -- It's just a tuple with
the same information as hexversion.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation