Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r91668:c3f8d403ae2f
Date: 2017-07-02 16:32 +0200
http://bitbucket.org/pypy/pypy/changeset/c3f8d403ae2f/

Log:    Remove comment now that the py3.5 fix has been made

diff --git a/pypy/module/_cffi_backend/errorbox.py 
b/pypy/module/_cffi_backend/errorbox.py
--- a/pypy/module/_cffi_backend/errorbox.py
+++ b/pypy/module/_cffi_backend/errorbox.py
@@ -86,8 +86,6 @@
                 return
 
             w_text = self.space.call_function(w_done)
-            # XXX Python 3: MessageBoxA() => MessageBoxW()
-
             p = rffi.str2charp(self.space.bytes_w(w_text),
                                track_allocation=False)
             if self.text_p:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to