15
0

Accepting request 180868 from home:dirkmueller:branches:devel:languages:python

- update to 3.4.0:
 * Added the ability to use classes and generic callables as callers and
 implemented a signature-preserving contexmanager decorator. Fixed a bug
 with the signature f(**kw) in Python 3 and fixed a couple of doctests
 broken by Python 3.3, both issues pointed out by Dominic Sacré (18/10/2012)

OBS-URL: https://build.opensuse.org/request/show/180868
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=22
This commit is contained in:
Sascha Peilicke
2013-06-25 12:20:41 +00:00
committed by Git OBS Bridge
parent 7807967a20
commit 61a8d71d7d
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jun 25 12:01:33 UTC 2013 - dmueller@suse.com
- update to 3.4.0:
* Added the ability to use classes and generic callables as callers and
implemented a signature-preserving contexmanager decorator. Fixed a bug
with the signature f(**kw) in Python 3 and fixed a couple of doctests
broken by Python 3.3, both issues pointed out by Dominic Sacré (18/10/2012)
-------------------------------------------------------------------
Wed May 23 07:56:17 UTC 2012 - highwaystar.ru@gmail.com