From: Benjamin Peterson Date: Fri, 16 May 2008 22:59:28 +0000 (+0000) Subject: mention Py3k in glossary X-Git-Tag: v2.6b1~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=518c44cecf3df7312cda8b15d0c44dce00ff9467;p=python mention Py3k in glossary --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 16215d2169..8ce622dd2a 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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