14
0

Accepting request 627897 from home:TheBlackCat:branches:devel:languages:python

- update to 0.6.0
  * Use PtyProcessError instead of ExceptionPexpect
  * sys.__stdin__ can be None
  * Fix AIX bug for users with unlimited nofiles
  * Clarify setecho error message

OBS-URL: https://build.opensuse.org/request/show/627897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptyprocess?expand=0&rev=9
This commit is contained in:
Todd R
2018-08-07 14:45:26 +00:00
committed by Git OBS Bridge
parent a6f00dfbf5
commit bbc41c76b7
4 changed files with 18 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 7 14:41:07 UTC 2018 - toddrme2178@gmail.com
- update to 0.6.0
* Use PtyProcessError instead of ExceptionPexpect
* sys.__stdin__ can be None
* Fix AIX bug for users with unlimited nofiles
* Clarify setecho error message
-------------------------------------------------------------------
Tue Aug 22 12:38:26 UTC 2017 - tbechtold@suse.com