Skip to content

Commit 3e57505

Browse files
committed
Update release note
1 parent ddac793 commit 3e57505

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

cuda_core/docs/source/release/1.0.0-notes.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,7 @@ Fixes and enhancements
362362
``DeviceMemoryResource`` would produce no suggestions due to a CPython
363363
limitation interacting with Cython properties). When ``cuda.core`` is
364364
imported in an interactive session it now applies a small patch to the
365-
standard library REPL completer so tab completion works as expected. The
366-
patch is only installed in interactive sessions and does not affect
367-
scripts, ``python -c`` invocations, or test runs. If you would rather not
368-
have ``cuda.core`` modify the REPL completer, set
365+
standard library REPL completer so tab completion works as expected.
366+
If you would rather not have ``cuda.core`` modify the REPL completer, set
369367
``CUDA_CORE_DONT_FIX_TAB_COMPLETION=1`` to opt out.
370368
(`#2053 <https://github.com/NVIDIA/cuda-python/issues/2053>`__)

0 commit comments

Comments
 (0)