14
0

- Update to 0.9.4:

* Issue #36: Fix detaching from process object created without is_attached=True
  * The project now requires the six module.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-ptrace?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-09-10 11:06:35 +00:00
committed by Git OBS Bridge
parent f7c0b0206d
commit 1720c157c6
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 10 11:05:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.4:
* Issue #36: Fix detaching from process object created without is_attached=True
* The project now requires the six module.
-------------------------------------------------------------------
Tue Sep 19 07:10:02 UTC 2017 - mimi.vx@gmail.com