-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathHISTORY
More file actions
executable file
·29 lines (20 loc) · 941 Bytes
/
HISTORY
File metadata and controls
executable file
·29 lines (20 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
=================================
Stackless Python Tutorial History
=================================
NEXT RELEASE
============
+ " . . . Calling the put() method on an empty Queue blocks until another
thread put()s something into the Queue. . . ." should read " . . .
Calling the get() method on an empty Queue blocks until another thread
put()s something into the Queue. . . ." [reported by Davison Avery]
RELEASE 2006-07-07
==================
+ Fixed many typos (thank you Vim 7.0!)
+ minor reStructuredText processing error [reported by Matthew Nourse]
+ Fixed problem with actors.py referencing phantom method [reported by Michael
Brenner]
+ Fixed link to stackless.com, not stackless.org [reported by ???]
+ Added missing spawner.bmp to cvs. This caused actors3.py to crash on
a cvs checkout version of the code.
INITIAL RELEASE - 2006-06-26
============================