Skip to content

Commit

Permalink
merge 3.4-slp (Stackless python#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselm Kruis committed Mar 20, 2017
2 parents 4b9b363 + 48ac575 commit eca320d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Doc/stackless-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ then you have installed |SLP| rather than |CPY|\ [#CPY]_.

__ http://www.stackless.com

Overview
========
Overview / API
==============

Unless actual use is made of the enhanced functionality that Stackless adds
to |CPY|, Stackless will behave exactly the same as |CPY| would and is used
Expand All @@ -31,6 +31,7 @@ through the :mod:`stackless` module.
.. toctree::
:maxdepth: 3

whatsnew/stackless.rst
library/stackless/stackless.rst
c-api/stackless.rst

Expand Down
1 change: 1 addition & 0 deletions Doc/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ anyone wishing to stay up-to-date after a new release.
.. toctree::
:maxdepth: 2

stackless.rst
3.5.rst
3.4.rst
3.3.rst
Expand Down
13 changes: 13 additions & 0 deletions Doc/whatsnew/stackless.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _whatsnew-stackless:

********************************
What's New in |SLP| |release|
********************************

This is the change log of |SLP|. It lists all user visible changes to |SLP|.
For other changes see :ref:`whatsnew-index`.

.. include:: ../../Stackless/changelog.txt
:literal:
:encoding: utf-8

4 changes: 4 additions & 0 deletions Stackless/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ What's New in Stackless 3.X.X?

*Release date: 20XX-XX-XX*

- https://bitbucket.org/stackless-dev/stackless/issues/125
This document (changelog.txt) is included in the documentation as
"What’s New in Stackless-Python ..."

- https://bitbucket.org/stackless-dev/stackless/issues/123
Fix a rare assertion violation during interpreter shutdown with active
daemon threads.
Expand Down

0 comments on commit eca320d

Please sign in to comment.