File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ then you have installed |SLP| rather than |CPY|\ [#CPY]_.
19
19
20
20
__ http://www.stackless.com
21
21
22
- Overview
23
- ========
22
+ Overview / API
23
+ ==============
24
24
25
25
Unless actual use is made of the enhanced functionality that Stackless adds
26
26
to |CPY |, Stackless will behave exactly the same as |CPY | would and is used
@@ -31,6 +31,7 @@ through the :mod:`stackless` module.
31
31
.. toctree ::
32
32
:maxdepth: 3
33
33
34
+ whatsnew/stackless.rst
34
35
library/stackless/stackless.rst
35
36
c-api/stackless.rst
36
37
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ anyone wishing to stay up-to-date after a new release.
11
11
.. toctree ::
12
12
:maxdepth: 2
13
13
14
+ stackless.rst
14
15
3.3.rst
15
16
3.2.rst
16
17
3.1.rst
Original file line number Diff line number Diff line change
1
+ .. _whatsnew-stackless :
2
+
3
+ ********************************
4
+ What's New in |SLP | |release |
5
+ ********************************
6
+
7
+ This is the change log of |SLP |. It lists all user visible changes to |SLP |.
8
+ For other changes see :ref: `whatsnew-index `.
9
+
10
+ .. include :: ../../Stackless/changelog.txt
11
+ :literal:
12
+ :encoding: utf-8
13
+
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ What's New in Stackless 3.X.X?
9
9
10
10
*Release date: 20XX-XX-XX*
11
11
12
+ - https://bitbucket.org/stackless-dev/stackless/issues/125
13
+ This document (changelog.txt) is included in the documentation as
14
+ "What’s New in Stackless-Python ..."
15
+
12
16
- https://bitbucket.org/stackless-dev/stackless/issues/123
13
17
Fix a rare assertion violation during interpreter shutdown with active
14
18
daemon threads.
You can’t perform that action at this time.
0 commit comments