David Watson <[email protected]> added the comment: I don't see why confstr() values shouldn't change. sysconf() values can change between calls, IIRC. Implementations can also define their own confstr variables - they don't have to stick to the POSIX stuff.
And using a loop means the confstr() call only appears once in the source, which is more elegant, right? :) ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9579> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
