File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ then you have installed |SLP| rather than |CPY|\ [#CPY]_.
1919
2020__ http://www.stackless.com
2121
22- Overview
23- ========
22+ Overview / API
23+ ==============
2424
2525Unless actual use is made of the enhanced functionality that Stackless adds
2626to |CPY |, Stackless will behave exactly the same as |CPY | would and is used
@@ -31,6 +31,7 @@ through the :mod:`stackless` module.
3131.. toctree ::
3232 :maxdepth: 3
3333
34+ whatsnew/stackless.rst
3435 library/stackless/stackless.rst
3536 c-api/stackless.rst
3637
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.
1111.. toctree ::
1212 :maxdepth: 2
1313
14+ stackless.rst
1415 3.4.rst
1516 3.3.rst
1617 3.2.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?
99
1010*Release date: 20XX-XX-XX*
1111
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+
1216- https://bitbucket.org/stackless-dev/stackless/issues/123
1317 Fix a rare assertion violation during interpreter shutdown with active
1418 daemon threads.
You can’t perform that action at this time.
0 commit comments