| Paketname | python-extended-threading | 
| Beschreibung | extension of the Python threading API | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.2-2 | 
| Sektion | python | 
| Priorität | optional | 
| Installierte Größe | 104 Byte | 
| Hängt ab von | python-support (>= 0.7.1) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Python Modules Team  | 
| Quelle |  | 
| Paketgröße | 15240 Byte | 
| Prüfsumme MD5 | d091a7e690745251c7b1858587a041dd | 
| Prüfsumme SHA1 | 15818daabaa6267db43ce0a166f7ca4bb7ac9760 | 
| Prüfsumme SHA256 | 555ccb5d654b96a3042f81f650bed6283fb1bfe8b1da955e35a8f01aa7c1274a | 
| Link zum Herunterladen | python-extended-threading_0.2-2_all.deb | 
| Ausführliche Beschreibung | This is an extension to the basic Python threading library. It allows
inheritance of locks and several other non-inheritable types. It also
adds a few new lock types for those who found the original set
lacking.
.
Its main characteristics are:
.
 * subclassable locks
 * read/write mode lock (write locks are exclusive, read locks are
   not)
 * "safe" object based locks to help debug lock code.
 |