Author: Armin Rigo <[email protected]>
Branch: py3.6
Changeset: r97014:add29730da7d
Date: 2019-07-20 20:54 +0200
http://bitbucket.org/pypy/pypy/changeset/add29730da7d/
Log: Update docstring
diff --git a/lib_pypy/faulthandler.py b/lib_pypy/faulthandler.py
--- a/lib_pypy/faulthandler.py
+++ b/lib_pypy/faulthandler.py
@@ -1,6 +1,5 @@
-# This is only imported for platforms where the built-in faulthandler module
is not
-# available. It provides no function at all so far, but it is enough to start
the
-# CPython test suite.
+# This is a dummy module imported for platforms where the built-in
+# faulthandler module is not available.
def enable(*args, **kwargs):
pass
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit