[pypy-commit] pypy py3k: outdated comment

pjenvey pypy.commits at gmail.com
Thu Sep 22 23:04:18 EDT 2016


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r87339:5d8577e6413d
Date: 2016-09-22 20:03 -0700
http://bitbucket.org/pypy/pypy/changeset/5d8577e6413d/

Log:	outdated comment

diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py
--- a/lib_pypy/_winapi.py
+++ b/lib_pypy/_winapi.py
@@ -139,7 +139,6 @@
     if not res:
         return None
     else:
-        # note: returns integer, not handle object
         return _handle2int(res)
 
 def CloseHandle(handle):


More information about the pypy-commit mailing list