Lines Matching full:also
85 Package names (including namespace packages) are also permitted. When a
127 namespace packages are also supported
176 start of :data:`sys.path`. Also, tab-completion and history editing is
255 import of source modules. See also :envvar:`PYTHONDONTWRITEBYTECODE`.
275 options). See also :envvar:`PYTHONDEBUG`.
283 See also the :option:`-P` and :option:`-I` (isolated) options.
294 raises an exception. See also :envvar:`PYTHONINSPECT`.
299 Run Python in isolated mode. This also implies :option:`-E`, :option:`-P`
315 extension (see :pep:`488`). See also :envvar:`PYTHONOPTIMIZE`.
323 Do :option:`-O` and also discard docstrings. Augment the filename
342 See also the :envvar:`PYTHONSAFEPATH` environment variable, and :option:`-E`
394 manipulations of :data:`sys.path` that it entails. Also disable these
404 See also :envvar:`PYTHONUNBUFFERED`.
415 searching for a module. Also provides information on module cleanup at exit.
421 See also :envvar:`PYTHONVERBOSE`.
475 Warnings can also be controlled using the :envvar:`PYTHONWARNINGS`
496 See also :envvar:`PYTHONFAULTHANDLER`.
508 length limitation <int_max_str_digits>`. See also
514 asyncio'``. See also :envvar:`PYTHONPROFILEIMPORTTIME`.
521 See also :envvar:`PYTHONUTF8`.
523 tree rooted at the given directory instead of to the code tree. See also
527 See also :envvar:`PYTHONWARNDEFAULTENCODING`.
532 location indicators when the interpreter displays tracebacks. See also
542 It also allows passing arbitrary values and retrieving them through the
662 the interactive session. You can also change the prompts :data:`sys.ps1` and
702 This variable can also be modified by Python code using :data:`os.environ`
783 console buffers unless :envvar:`PYTHONLEGACYWINDOWSSTDIO` is also specified.
896 * ``malloc_debug``: same as ``malloc`` but also install debug hooks.
897 * ``pymalloc_debug``: same as ``pymalloc`` but also install debug hooks.
916 This variable can now also be used on Python compiled in release mode.
927 This may also be enabled at runtime with
956 ``LC_ALL`` locale override environment variable is also not set, and the
968 environment variable will also be set accordingly in the current process
972 library), the updated setting is also seen in subprocesses (regardless of
989 Also note that even when locale coercion is disabled, or when it fails to