]> granicus.if.org Git - python/commit
Issue #13226: Add RTLD_xxx constants to the os module. These constants can by
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 25 Oct 2011 11:34:04 +0000 (13:34 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 25 Oct 2011 11:34:04 +0000 (13:34 +0200)
commit8b905bd9d40f0545e054737b8796a18366546ffc
treeb2b62946432510b703420013a926d7a5155ade25
parente0be4232971edca23438cc3d79761141f2de124f
Issue #13226: Add RTLD_xxx constants to the os module. These constants can by
used with sys.setdlopenflags().
Doc/library/os.rst
Doc/library/sys.rst
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c