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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=518c44cecf3df7312cda8b15d0c44dce00ff9467;p=thirdparty%2FPython%2Fcpython.git mention Py3k in glossary --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 16215d21694d..8ce622dd2aee 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