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

Reply via email to