]> granicus.if.org Git - python/commitdiff
mention Py3k in glossary
authorBenjamin Peterson <benjamin@python.org>
Fri, 16 May 2008 22:59:28 +0000 (22:59 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 16 May 2008 22:59:28 +0000 (22:59 +0000)
Doc/glossary.rst

index 16215d21694d85fa4abd8257aeefd870c50f9edc..8ce622dd2aee3d9fb9759f82dfa2ef1d4d2479c7 100644 (file)
@@ -388,9 +388,10 @@ Glossary
       definition), or pass several arguments as a list to a function.  See
       :term:`argument`.
 
-   Python 3000
-      Nickname for the next major Python version, 3.0 (coined long ago when the
-      release of version 3 was something in the distant future.)
+   Python 3000 
+      Nickname for the next major Python version, 3.0 (coined long ago
+      when the release of version 3 was something in the distant future.)  This
+      is also abbreviated "Py3k".
 
    Pythonic
       An idea or piece of code which closely follows the most common idioms of