Staging
v0.8.1
Revision 7157d339296282bf3c2ae896e82f0a25e7c62ced authored by Ezio Melotti on 22 November 2010, 13:05:22 UTC, committed by Ezio Melotti on 22 November 2010, 13:05:22 UTC
........
  r86690 | ezio.melotti | 2010-11-22 14:56:58 +0200 (Mon, 22 Nov 2010) | 1 line

  #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_
........
1 parent 3629765
Raw File
README
This directory contains some demonstrations of the thread module.

These are mostly "proof of concept" type applications:

Generator.py	Generator class implemented with threads.
sync.py		Condition variables primitives by Tim Peters.
telnet.py	Version of ../sockets/telnet.py using threads.

Coroutine.py	Coroutines using threads, by Tim Peters (22 May 94)
fcmp.py		Example of above, by Tim
squasher.py	Another example of above, also by Tim
back to top