Issue 1697175: winreg module for cygwin? (original) (raw)

Created on 2007-04-09 20:06 by zooko, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (6)
msg55055 - (view) Author: Zooko O'Whielacronx (zooko) Date: 2007-04-09 20:06
Please make the winreg module work on cygwin. Nowadays cygwin has a /proc/registry file system, which might provide an easy way to do it.
msg55056 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-04-14 19:13
Reclassifying as a feature request.
msg85678 - (view) Author: Simon Law (sfllaw) * Date: 2009-04-06 23:50
zooko: You may be interested in http://pypi.python.org/pypi/cygwinreg/
msg214544 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-03-23 03:29
Is cygwin officially supported by Python core development?
msg215159 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-03-29 22:45
It is not officially supported (no patches from core developers, no buildbot), but it is not officially rejected (working patches might be reviewed, and even applied). I think a request like this, with no code, should have gone to cygwin people first, and without a patch, should be closed as out of date -- how knows what the situation with cygwin and winreg is now -- or 3rd party. Simon's post suggests that there once was a 3rd party solution that might have solved Zooko's problem.
msg215181 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2014-03-30 14:21
Closing as out of date.
History
Date User Action Args
2022-04-11 14:56:23 admin set github: 44821
2014-03-30 14:21:22 loewis set status: languishing -> closedresolution: out of datemessages: +
2014-03-29 22:45:04 terry.reedy set messages: +
2014-03-23 03:29:59 BreamoreBoy set nosy: + terry.reedy, BreamoreBoymessages: + versions: + Python 3.5, - Python 3.2
2011-07-06 00:23:57 kralph set nosy: + kralph
2010-08-28 14:13:17 brian.curtin set status: open -> languishingversions: + Python 3.2, - Python 2.7
2009-04-06 23:50:16 sfllaw set nosy: + sfllawmessages: +
2009-03-30 17:04:20 ajaksu2 set stage: test neededversions: + Python 2.7
2007-04-09 20:06:42 zooko create