]> granicus.if.org Git - python/commit
Rip out the code to check the ordering of the tables used to map
authorFred Drake <fdrake@acm.org>
Wed, 15 Dec 1999 18:31:10 +0000 (18:31 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 15 Dec 1999 18:31:10 +0000 (18:31 +0000)
commitbec628d4bc6349778280c065aeb6addd89c0a5c9
tree40b679be589bfada0b3bdabd42e89361643e7ad3
parentc15e43a2da0bee955d5e939e31c43f8dc6270fef
Rip out the code to check the ordering of the tables used to map
strings to integers for the *conf*() functions.

Added code to sort the tables at module initialization.  Three
dictionaries, confstr_names, sysconf_names, and pathconf_names, are
added to the module as well.  These map known configuration setting
names to the numeric value which is used to represent the setting in
the system call.  This code is always called.

Updated related comments.
Modules/posixmodule.c