[Python-Dev] autoheader warning for WITH_UNIVERSAL_NEWLINES
Sjoerd Mullender
sjoerd@acm.org
Mon, 22 Apr 2002 16:56:30 +0200
This may well depend on your locale setting. At least on Linux there
is a difference in default sort order in the sort program between
LANG=en_US and LANG=C.
On Mon, Apr 22 2002 Guido van Rossum wrote:
> > So now I'll first have to reorder Mac/Include/pyconfig.h to match
> > pyconfig.h.in. But that should be a once-only issue (although for some
> > reason this "once-only" thing has been happening each year or so, in the
> > past...)
>
> Occasionally autoconfig changes its mind about how to order this
> file. I think I've seen versions disagree about whether sorting was
> case-sensitive or not, and what to do with leading underscores, or
> something like that.
>
> --Guido van Rossum (home page: http://www.python.org/~guido/)
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> http://mail.python.org/mailman/listinfo/python-dev
>
-- Sjoerd Mullender <sjoerd@acm.org>