Issue1590

classification
Title: Website contains Python 2.6 stdlib reference
Type: Severity: normal
Components: Documentation Versions:
Milestone: Jython 2.7.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, jeff.allen, juneau001, nriley, zyasoft
Priority: normal Keywords:

Created on 2010-04-08.01:04:51 by nriley, last changed 2019-11-02.10:41:21 by jeff.allen.

Messages
msg5644 (view) Author: Nicholas Riley (nriley) Date: 2010-04-08.01:04:51
It looks like the Jython docs contain the Python 2.6 stdlib refernece, for example:

http://www.jython.org/docs/library/ssl.html

This was confusing a user on IRC who was wondering (a) where the ssl module was and (b) where Jython 2.6 was.

It seems like it would be a better idea to include the Python library docs for 2.5 instead.
msg5646 (view) Author: Juneau001 (juneau001) Date: 2010-04-08.02:03:52
I agree and I am currently in the progress of removing all 2.6 references.  The documentation set was taken from Python 2.6 and I've been slowly removing references as to back port the set to 2.5 with libs Jython currently makes available.  Unfortunately, I've been sidetracked lately and this has been put on hold slightly.  I will do my best to get this resolved by removing all 2.6 references that Jython does not contain as soon as possible.
msg5743 (view) Author: Jim Baker (zyasoft) Date: 2010-04-26.00:32:25
As a side note, the reason we started with Python 2.6 was that it was in restructured text, which most of us are more comfortable with than latex. This is especially true after writing the book. But using RST comes at a cost of backporting to 2.5.
msg8359 (view) Author: Jim Baker (zyasoft) Date: 2014-05-10.05:23:15
At this point Jython 2.7 does in fact support ssl and other 2.6 functionality. But we still need to update these docs.
msg11833 (view) Author: Jeff Allen (jeff.allen) Date: 2018-03-18.07:14:17
We should really stop pretending the latest is 2.5.1 :)
http://www.jython.org/currentdocs.html
msg12688 (view) Author: Jeff Allen (jeff.allen) Date: 2019-10-06.10:17:47
THe current website now points to CPython 2.7 documentation, which ought to be a good, and only occasionally disappointing, reference for Jython. It is what I use when coding.

Unless I'm missing some way to make it automatic, we can't afford to maintain a Jython re-write. There is scope for a document that explains the differences. This need is served fairly well by the Jython Book, which we might have the capacity to maintain.

I propose we consider the gross problem cited to be fixed.
History
Date User Action Args
2019-11-02 10:41:21jeff.allensetstatus: pending -> closed
2019-10-06 10:17:47jeff.allensetstatus: open -> pending
resolution: fixed
messages: + msg12688
2018-03-18 07:14:17jeff.allensetassignee: juneau001 ->
messages: + msg11833
nosy: + jeff.allen
milestone: Jython 2.7.2
2014-05-10 05:23:15zyasoftsetmessages: + msg8359
2013-02-26 17:31:34fwierzbickisetnosy: + fwierzbicki
2010-04-26 00:32:26zyasoftsetnosy: + zyasoft
messages: + msg5743
2010-04-08 02:03:52juneau001setpriority: normal
messages: + msg5646
components: + Documentation, - website
2010-04-08 01:04:51nrileycreate