This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients
Date 2001-11-11.06:15:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Martin and Mark, I want to play devil's advocate here just 
a bit:  How do we get away with, e.g., using expat.dll in 
Windows Python?  That is, we use the same expat.dll with 
the release and debug Python builds.  Nothing bad happens 
that I've seen, and we don't get warnings about mixing CRT 
types either.  IOW, we use expat.dll the way Anonymous 
would like to use the Python DLL.  How do we get away with 
that?

If that one is easy <wink>, ee don't use different versions 
of the Tcl/Tk libraries either.
History
Date User Action Args
2007-08-23 13:57:15adminlinkissue478339 messages
2007-08-23 13:57:15admincreate