@@ -56,27 +56,27 @@ feature and testing has 100% coverage with unit tests and hours of stress.
56
56
Testimonials
57
57
------------
58
58
59
- **Alex Martelli **, `Fellow of the Python Software Foundation `_ --
59
+ **Alex Martelli **, `Fellow of the Python Software Foundation `_
60
60
61
61
"Good stuff! ... I like the `simple, effective implementation `_ idea of
62
62
splitting the sorted containers into smaller "fragments" to avoid the O(N)
63
63
insertion costs."
64
64
65
- **Jeff Knupp **, `author of Writing Idiomatic Python and Python Trainer `_ --
65
+ **Jeff Knupp **, `author of Writing Idiomatic Python and Python Trainer `_
66
66
67
67
"That last part, "fast as C-extensions," was difficult to believe. I would need
68
68
some sort of `Performance Comparison `_ to be convinced this is true. The author
69
69
includes this in the docs. It is."
70
70
71
- **Kevin Samuel **, `Python and Django Trainer `_ --
71
+ **Kevin Samuel **, `Python and Django Trainer `_
72
72
73
73
I'm quite amazed, not just by the code quality (it's incredibly readable and
74
74
has more comment than code, wow), but the actual amount of work you put at
75
75
stuff that is *not * code: documentation, benchmarking, implementation
76
76
explanations. Even the git log is clean and the unit tests run out of the box
77
77
on Python 2 and 3.
78
78
79
- **Mark Summerfield **, a short plea for `Python Sorted Collections `_ --
79
+ **Mark Summerfield **, a short plea for `Python Sorted Collections `_
80
80
81
81
Python's "batteries included" standard library seems to have a battery
82
82
missing. And the argument that "we never had it before" has worn thin. It is
0 commit comments