[pypy-commit] pypy py3.3: Remove outdated comment.

mjacob noreply at buildbot.pypy.org
Fri Jul 17 21:09:28 CEST 2015


Author: Manuel Jacob <me at manueljacob.de>
Branch: py3.3
Changeset: r78592:9f276b11158d
Date: 2015-07-17 20:54 +0200
http://bitbucket.org/pypy/pypy/changeset/9f276b11158d/

Log:	Remove outdated comment.

diff --git a/pypy/module/sys/system.py b/pypy/module/sys/system.py
--- a/pypy/module/sys/system.py
+++ b/pypy/module/sys/system.py
@@ -88,8 +88,6 @@
     return space.wrap("short")
 
 def get_thread_info(space):
-    # TODO: implement this instead of returning None (which means unknown) for
-    # every field
     if not space.config.objspace.usemodules.thread:
         return None
     from rpython.rlib import rthread


More information about the pypy-commit mailing list