Skip to content

Commit

Permalink
improve docstring to describe PURE_PYTHON is an int
Browse files Browse the repository at this point in the history
Co-authored-by: Dieter Maurer <[email protected]>
  • Loading branch information
perrinjerome and d-maurer committed Oct 3, 2024
1 parent 3425bc7 commit e457559
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/zope/security/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
(:func:`getCheckerForInstancesOf`, :func:`selectChecker`).
This module is accelerated with a C implementation on CPython by
default. If the environment variable ``PURE_PYTHON`` is set to ``1``
before this module is imported, the C extensions will be bypassed and
the reference Python implementations will be used. This can be helpful for
debugging and tracing.
default. If the environment variable ``PURE_PYTHON`` (converted to
``int``) has a nonzero value before this module is imported, the C
extensions will be bypassed and the reference Python implementations
will be used. This can be helpful for debugging and tracing.
Debugging Permissions Problems
==============================
Expand Down

0 comments on commit e457559

Please sign in to comment.