[pypy-commit] pypy py3.5: an XXX about windows

cfbolz pypy.commits at gmail.com
Mon Dec 19 14:31:11 EST 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: py3.5
Changeset: r89190:d104806f0e06
Date: 2016-12-19 20:19 +0100
http://bitbucket.org/pypy/pypy/changeset/d104806f0e06/

Log:	an XXX about windows

diff --git a/pypy/module/_winreg/interp_winreg.py b/pypy/module/_winreg/interp_winreg.py
--- a/pypy/module/_winreg/interp_winreg.py
+++ b/pypy/module/_winreg/interp_winreg.py
@@ -168,6 +168,7 @@
 in fileName is relative to the remote computer.
 
 The docs imply key must be in the HKEY_USER or HKEY_LOCAL_MACHINE tree"""
+    # XXX should filename use space.fsencode_w?
     hkey = hkey_w(w_hkey, space)
     ret = rwinreg.RegLoadKey(hkey, subkey, filename)
     if ret != 0:


More information about the pypy-commit mailing list