forked from pool/python-pexpect
Accepting request 228876 from Cloud:OpenStack:Master
- update to 3.1:
* Fix an issue that prevented importing pexpect on Python 3 when ``sys.stdout``
was reassigned
* Improve prompt synchronisation in :mod:`~pexpect.pxssh`
* Fix pickling exception instances
* Fix handling exceptions from :func:`select.select` on Python 3
* A new :ref:`unicode API <unicode>` was introduced.
* Python 3 is now supported, using a single codebase.
* Pexpect now requires at least Python 2.6 or 3.2.
* The modules other than pexpect, such as :mod:`pexpect.fdpexpect` and
* Ignoring ``SIGHUP`` is now optional
OBS-URL: https://build.opensuse.org/request/show/228876
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
75db2a234d
commit
d8d50725d9
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 12:28:20 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 3.1:
|
||||
* Fix an issue that prevented importing pexpect on Python 3 when ``sys.stdout``
|
||||
was reassigned
|
||||
* Improve prompt synchronisation in :mod:`~pexpect.pxssh`
|
||||
* Fix pickling exception instances
|
||||
* Fix handling exceptions from :func:`select.select` on Python 3
|
||||
* A new :ref:`unicode API <unicode>` was introduced.
|
||||
* Python 3 is now supported, using a single codebase.
|
||||
* Pexpect now requires at least Python 2.6 or 3.2.
|
||||
* The modules other than pexpect, such as :mod:`pexpect.fdpexpect` and
|
||||
* Ignoring ``SIGHUP`` is now optional
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 12:42:54 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user