File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Release to get Pillow 9.2 dependency added for Python 3.7+
1010
1111Some Pattern-matching code gone over to add type annotations and to start
1212documenting its behavior and characteristics. Function
13- attributes are now stored at the time of Pattern-object creation
14- rather than evaluation. This better matches WMA behavior which pulls
15- out attribute this even earler than this. These changes speed up
13+ attributes are now examined and stored at the time of Pattern-object creation
14+ rather than at evaluation time . This better matches WMA behavior which pulls
15+ out attribute this even earlier than this. These changes speed up
1616doctest running time by about 7% under Pyston.
1717
1818Combinatorica version upgraded from 0.9 (circa 1992) to 0.91 (circa 1995) which closer matches the published book.
You can’t perform that action at this time.
0 commit comments