[Python-3000] "make (alt)?install" with all the recent structural changes

skip at pobox.com skip at pobox.com
Mon Jun 23 04:54:12 CEST 2008


I'm guessing we should be in the habit of zapping our Python 3.0
installations before executing "make (alt)?install", correct?  Looking at my
local Py3k install I see both urllib the package and urllib the module:

    % find /Users/skip/local/lib/python3.0 -name 'urllib*'
    /Users/skip/local/lib/python3.0/urllib
    /Users/skip/local/lib/python3.0/urllib.py
    /Users/skip/local/lib/python3.0/urllib.pyc
    /Users/skip/local/lib/python3.0/urllib.pyo
    /Users/skip/local/lib/python3.0/urllib2.py
    /Users/skip/local/lib/python3.0/urllib2.pyc
    /Users/skip/local/lib/python3.0/urllib2.pyo

Just an FYI more than anything else.

Skip


More information about the Python-3000 mailing list