[Zope3-checkins] Re: [Checkins] SVN:
Zope3/trunk/src/zope/component/ do not try to split path
information along ':', since that doesn't work under Windows
Fred Drake
fdrake at gmail.com
Wed Sep 27 10:15:41 EDT 2006
On 9/27/06, Wolfgang Schnerring <wosc at wosc.de> wrote:
> Log message for revision 70399:
> do not try to split path information along ':', since that doesn't work under Windows
This seems like more change than necessary, just to avoid using ":" on Windows.
Perhaps just changing the ":" literals to os.pathsep references would
do the trick?
-Fred
--
Fred L. Drake, Jr. <fdrake at gmail.com>
"Every sin is the result of a collaboration." --Lucius Annaeus Seneca
More information about the Zope3-Checkins
mailing list