This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Make 2.8-slp compatible with PEP 0404 discussion #33
Copy link
Copy link
Closed

Description
Originally reported by: Anonymous
The PEP 0404 discussion was quite controversial.
As a result, we should not refer to a certain Python version that does not exist
(by definition of PEP 0404).
Instead, we will use the name "stackless 2.8".
Revert changes that are not ok, map them to 2.7-slp and only comment on the 2.8 additions, based upon 2.7-slp.
Current approach:
-
Stackless 2.8 is based upon Stackless 2.7.X
-
it always reflects the latest changes of 2.7.X-slp
-
all additions in Stackless 2.8 are Python enhancements back-ported from Python 3.X