version.py

来自「Wxpython Implemented on Windows CE, Sou」· Python 代码 · 共 10 行

PY
10
字号
"""Provides an object representing the current 'version' or 'release'
of Py as a whole.  Individual classes, such as the shell, filling and
interpreter, each have a revision property based on the CVS Revision."""

__author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
__cvsid__ = "$Id: version.py,v 1.6 2005/12/30 23:00:53 RD Exp $"
__revision__ = "$Revision: 1.6 $"[11:-2]

VERSION = '0.9.5'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?