Python Forum
What can I do with _winreg ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What can I do with _winreg ?
#1
I came across the module _winreg in 2.7.13 docs this morning.  I'm not very familiar with the windows registry.  How could this module be useful in Python development?

https://docs.python.org/2.7/library/_win...le-_winreg
Reply
#2
note that _winreg in python3.x is winreg
It basically gives you an API to edit windows registry keys. Which is a global database of settings for windows and programs. Its vital in making system programs in Windows OS.
Recommended Tutorials:
Reply
#3
(Dec-26-2016, 02:50 PM)metulburr Wrote: note that _winreg in python3.x is winreg
It basically gives you an API to edit windows registry keys. Which is a global database of settings for windows and programs. Its vital in making system programs in Windows OS.

Also, you broke the registry, you broke the system. Be sure what you're doing  Shy
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020