On Apr 1, 9:21 am, "Edward K. Ream" <[EMAIL PROTECTED]> wrote:

> So now I have all the tools needed to understand distutils in
> detail...

Indeed, the information gained by the combination of stepping with the
debugger, and reading the actual sources is immeasurably greater than
reading the "official" docs.  For example, I found the following in
Lib/distutils.install.py:

def finalize_options (self):

    # This method (and its pliant slaves, like 'finalize_unix()',
    # 'finalize_other()', and 'select_scheme()') is where the default
    # installation directories for modules, extension modules, and
    # anything else we care to install from a Python module
    # distribution.  Thus, this code makes a pretty important policy
    # statement about how third-party stuff is added to a Python
    # installation!

This is the good stuff.

Edward
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to