Open GoogleCodeExporter opened 9 years ago
To stay compatible with Python 3.0 and 3.1 you can do:
if sys.version_info < (2, 6):
setattr(threading._Condition, 'notify_all', threading._Condition.notifyAll)
Original comment by marc.sch...@gmail.com
on 9 Apr 2013 at 1:13
Original issue reported on code.google.com by
marc.sch...@gmail.com
on 9 Apr 2013 at 1:08