-
Notifications
You must be signed in to change notification settings - Fork 61
Make 2.8-slp compatible with PEP 0404 discussion #33
Comments
Original comment by Anselm Kruis (Bitbucket: akruis, GitHub: akruis): One conclusion of the PEP 0404 discussion is the requirement for a 2.8-slp to use any trademarks of the PSF in the correct way. Fortunately the PSF gives us clear guidelines in its PSF Trademark Usage Policy As a first step I propose to update our documentation to comply with the rules of the PSF. We should start with 2.7-slp to simplyfy documentation maintenance. See issue #34 for details. |
Original comment by Anonymous: Good idea! I have not checked yet, but I am sure that PyPy already adheres to trademark rules, It is anyway good to do this for 2.7, and maybe 3.x as well. |
Original comment by Anonymous: Ok, so I can merge the 2.7-slp docs and just extra stackless-whatsnew etc? |
Original comment by Anonymous: In one email, I mentioned that I want to both create a stackless.exe which reports After my initial idea with different .dll files was killed by Anselm (thanks for proving Are you still aware of this? Is that ok with you, or do you want me to ann an extra fork? (which I don't like). |
Original comment by Anonymous: this will now be soon-ish done. The probably only needed thing is changing the version string and replacing |
Allow developers to not have to either test on N Python versions or looked through multiple versions of the docs to know whether they can easily update.
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
The text was updated successfully, but these errors were encountered: