]> granicus.if.org Git - python/commit
Issue #13226: Update sys.setdlopenflags() docstring
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 31 Oct 2011 10:48:09 +0000 (11:48 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 31 Oct 2011 10:48:09 +0000 (11:48 +0100)
commitf4afa43fd40130efba32f9c7ba07f895fffe7bad
treefd1d1ad971c17b33224331077f130e5822795f29
parent39648d11ab487fcc5e3ad88e06ced9c96e45cd43
Issue #13226: Update sys.setdlopenflags() docstring

Refer to os.RTLD_xxx constants instead of ctypes and DLFCN modules.
Python/sysmodule.c