Package python-module-pexpect: Information

    Binary package: python-module-pexpect
    Version: 4.6-alt4
    Architecture: noarch
    Build time:  Jul 12, 2023, 11:57 AM in the task #324181
    Source package: python-module-pexpect
    Report package bug
    License: Python Software Foundation License
    Summary: Pexpect is a pure Python Expect. It allows easy control of other applications
    Description: 
    Pexpect is a pure Python module for spawning child applications; controlling
    them; and responding to expected patterns in their output. Pexpect works like
    Don Libes' Expect. Pexpect allows your script to spawn a child application and
    control it as if a human were typing commands.

    Maintainer: Grigory Ustinov


    Last changed


    July 4, 2023 Grigory Ustinov 4.6-alt4
    - Build for p10.
    Feb. 25, 2019 Stanislav Levin 4.6-alt3
    - Fixed testing:
      + increased timeout for test_large_stdout_stream
      + skipped assertion of trailing output (test_interact_escape_None
        and test_interact_exit_unicode)
      + added closing of child in test_spawn_uses_env
    Feb. 1, 2019 Grigory Ustinov 4.6-alt2
    - Fixed FTBFS (Added BR on python-module-pyte) (Closes: #36015).