Re: [Tutor] Ancient Python versions

2015-04-30 Thread Ben Finney
boB Stepp writes: > On Thu, Apr 30, 2015 at 12:15 AM, Ben Finney > wrote: > > If you actually need to read the documentation specifically for a > > Python version that has not been supported since 2008, then I agree > > that is a problem. > > I'm pretty much stuck with these relics of Pythons p

Re: [Tutor] Ancient Python versions (was: Is there a way to store and later use comparison operators (<, <=, =, >=, >) ?)

2015-04-30 Thread boB Stepp
On Thu, Apr 30, 2015 at 12:15 AM, Ben Finney wrote: > boB Stepp writes: > >> One problem I have with searching the Python documentation is this: >> https://docs.python.org/release/2.4.4/lib/lib.html > > If you actually need to read the documentation specifically for a Python > version that has no

[Tutor] Ancient Python versions (was: Is there a way to store and later use comparison operators (<, <=, =, >=, >) ?)

2015-04-29 Thread Ben Finney
boB Stepp writes: > One problem I have with searching the Python documentation is this: > https://docs.python.org/release/2.4.4/lib/lib.html If you actually need to read the documentation specifically for a Python version that has not been supported since 2008, then I agree that is a problem. T