You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't include these functions in #69 originally because the code calling those functions had been deprecated and the standard library appeared to have the necessary support already. It also avoids a few layers of abstraction by not calling into pywincffi for these particular functions.
In Twisted, I tried to replace pywin32 with pywincffi: twisted/twisted#920
I found that the following are not in pywincffi:
win32api.RegOpenKeyEx()
win32api.RegQueryValueEx()
win32api.RegQueryValueEx()
@opalmer can you add them?
The text was updated successfully, but these errors were encountered: