diff options
author | Guido van Rossum <guido@python.org> | 1996-12-05 22:26:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-05 22:26:17 (GMT) |
commit | ba469ba9d78aa183bd0504d5ae064d4575905eb7 (patch) | |
tree | 27f132924ed5996c584a77d00168010df662718f /Misc | |
parent | 794137903f5f17efcc9618149b019ac73168a216 (diff) | |
download | cpython-ba469ba9d78aa183bd0504d5ae064d4575905eb7.zip cpython-ba469ba9d78aa183bd0504d5ae064d4575905eb7.tar.gz cpython-ba469ba9d78aa183bd0504d5ae064d4575905eb7.tar.bz2 |
More stale info.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/FAQ | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -587,15 +587,14 @@ If you'd like to be included in the list above, send me email! A. Very stable. While the current version number would suggest it is in the early stages of development, in fact new, stable releases -(numbered 0.9.x through 1.3) have been coming out roughly every 3 to -6 months for the past four years. +(numbered 0.9.x through 1.4) have been coming out roughly every 3 to +6 or 12 months for the past four years. 2.5. Q. What new developments are expected for Python in the future? -A. See my Work-In-Progress web page, currently at -<URL:http://www.python.org:~guido/WIP.html>, and the pages for the -Second Python Workshop (best reached via the Python home page, -<URL:http://www.python.org/>). Also follow the newsgroup discussions! +A. Follow the newsgroup discussions! The workshop proceedings +(<URL:http://www.python.org/workshops/>) may also contain interesting +looks into the future. 2.6. Q. Is it reasonable to propose incompatible changes to Python? |