Skip to content
This repository was archived by the owner on Sep 7, 2018. It is now read-only.

Update pexpect to 4.4.0#169

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pexpect-4.3.1-to-4.4.0
Closed

Update pexpect to 4.4.0#169
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-pexpect-4.3.1-to-4.4.0

Conversation

@pyup-bot
Copy link
Contributor

There's a new version of pexpect available.
You are currently using 4.3.1. I have updated it to 4.4.0

These links might come in handy: PyPI | Changelog | Docs

Changelog

4.4

  • :class:~.PopenSpawn now has a preexec_fn parameter, like :class:~.spawn
    and :class:subprocess.Popen, for a function to be called in the child
    process before executing the new command. Like in Popen, this works only
    in POSIX, and can cause issues if your application also uses threads
    (:ghpull:460).
  • Significant performance improvements when processing large amounts of data
    (:ghpull:464).
  • Ensure that spawn.closed gets set by :meth:~.spawn.close, and improve
    an example for passing SIGWINCH through to a child process (:ghpull:466).

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@pyup-bot
Copy link
Contributor Author

Closing this in favor of #214

@pyup-bot pyup-bot closed this Apr 13, 2018
@jsharpe jsharpe deleted the pyup-update-pexpect-4.3.1-to-4.4.0 branch April 13, 2018 19:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant