14
0

- added a patch to fix a TypeError in LockBase.__init__ when the current

thread has ident == None

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lockfile?expand=0&rev=8
This commit is contained in:
Sascha Peilicke
2012-06-11 12:30:00 +00:00
committed by Git OBS Bridge
parent 00c8b973b5
commit ef1421c703
3 changed files with 25 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 2 13:41:07 CET 2012 - iartarisi@suse.cz
- added a patch to fix a TypeError in LockBase.__init__ when the current
thread has ident == None
-------------------------------------------------------------------
Sat Apr 16 00:09:30 UTC 2011 - alexandre@exatati.com.br