Commit 55b55a39 authored by Stefan Behnel's avatar Stefan Behnel

rst fix

parent a6137a6d
...@@ -22,8 +22,8 @@ Bugs fixed ...@@ -22,8 +22,8 @@ Bugs fixed
* Fix prange() to behave identically to range(). The end condition was * Fix prange() to behave identically to range(). The end condition was
miscalculated when the range was not exactly divisible by the step. miscalculated when the range was not exactly divisible by the step.
* Optimised `all(genexpr)`/`any(genexpr)` calls could warn about unused code. * Optimised ``all(genexpr)``/``any(genexpr)`` calls could warn about unused
This fixes ticket 876. code. This fixes ticket 876.
0.23.4 (2015-10-10) 0.23.4 (2015-10-10)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment