Author: Carl Friedrich Bolz <[email protected]>
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:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit