[Patches] Please review before applying

Skip Montanaro skip@mojam.com (Skip Montanaro)
Tue, 11 Apr 2000 07:21:59 -0500 (CDT)


From the changes to Lib/BaseHTTPServer.py:
  
    Fred>       # The Python system version, truncated to its first component.
    Fred> !     sys_version = "Python/" + sys.version.split[0]


The change here should be to 

    sys.version.split()[0]

This suggests to me that the BaseHTTPRequestHandler class isn't tested by
'make test'.

-- 
Skip Montanaro | http://www.mojam.com/
skip@mojam.com | http://www.musi-cal.com/