summaryrefslogtreecommitdiff
path: root/Misc/FAQ
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-12-05 22:26:17 +0000
committerGuido van Rossum <guido@python.org>1996-12-05 22:26:17 +0000
commitba469ba9d78aa183bd0504d5ae064d4575905eb7 (patch)
tree27f132924ed5996c584a77d00168010df662718f /Misc/FAQ
parent794137903f5f17efcc9618149b019ac73168a216 (diff)
downloadcpython-git-ba469ba9d78aa183bd0504d5ae064d4575905eb7.tar.gz
More stale info.
Diffstat (limited to 'Misc/FAQ')
-rw-r--r--Misc/FAQ11
1 files changed, 5 insertions, 6 deletions
diff --git a/Misc/FAQ b/Misc/FAQ
index 22ad7d7203..5a34c7f493 100644
--- a/Misc/FAQ
+++ b/Misc/FAQ
@@ -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?