15
0
forked from pool/python-gevent

- Update to version 0.13.7:

+ Fixed #94: fallback to buffer if memoryview fails in _get_memory on
    python 2.7.
  + Fixed #103: ``Queue(None).full()`` returns ``False`` now (previously
    it returned ``True``).
  + Fixed #112: threading._sleep is not patched.
  + Fixed #115: _dummy gets unexpected Timeout arg.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=7
This commit is contained in:
Sascha Peilicke
2012-06-26 09:35:39 +00:00
committed by Git OBS Bridge
parent e5b9cccdb5
commit c792ac0666
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 25 15:19:15 UTC 2012 - saschpe@suse.de
- Update to version 0.13.7:
+ Fixed #94: fallback to buffer if memoryview fails in _get_memory on
python 2.7.
+ Fixed #103: ``Queue(None).full()`` returns ``False`` now (previously
it returned ``True``).
+ Fixed #112: threading._sleep is not patched.
+ Fixed #115: _dummy gets unexpected Timeout arg.
-------------------------------------------------------------------
Tue Mar 27 11:41:44 UTC 2012 - saschpe@suse.de