Note that AtheOS support stops in Python 2.6.
This commit is contained in:
parent
712dd58b08
commit
4d59623aca
|
@ -133,6 +133,10 @@ No-longer-supported platforms
|
||||||
Unsupported in: Python 2.6 (warning in 2.5 installer)
|
Unsupported in: Python 2.6 (warning in 2.5 installer)
|
||||||
Code removed in: Python 2.6
|
Code removed in: Python 2.6
|
||||||
|
|
||||||
|
Name: AtheOS
|
||||||
|
Unsupported in: Python 2.6
|
||||||
|
Code removed in: Python 2.7 (tentative)
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
||||||
This document has been placed in the public domain.
|
This document has been placed in the public domain.
|
||||||
|
|
|
@ -90,6 +90,7 @@ Completed features for 2.6
|
||||||
|
|
||||||
- with/as will be keywords
|
- with/as will be keywords
|
||||||
- a __dir__() special method to control dir() was added [1]
|
- a __dir__() special method to control dir() was added [1]
|
||||||
|
- AtheOS support stopped.
|
||||||
|
|
||||||
|
|
||||||
Possible features for 2.6
|
Possible features for 2.6
|
||||||
|
|
Loading…
Reference in New Issue