]> granicus.if.org Git - python/commit
Issue #3080: Mark PyWin_FindRegisteredModule() as private
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 22 Feb 2011 23:12:28 +0000 (23:12 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 22 Feb 2011 23:12:28 +0000 (23:12 +0000)
commit9b99b448f79fcb004e1c45b47fd6fe869635f445
tree6f3cd5627cac6854221842ceae03595763e66c6f
parentcfbcdbbbf2020e6719b368ef5701d2c90b938c4f
Issue #3080: Mark PyWin_FindRegisteredModule() as private

This function was not declared in Python public API (in any .h file) and not
documented. Mark it as private to prepare a change of its API.
PC/import_nt.c
Python/import.c