Skip to content

Commit

Permalink
update release note
Browse files Browse the repository at this point in the history
  • Loading branch information
gasolin committed Oct 12, 2007
1 parent 6a21d6b commit 0c3a624
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions zhpy/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
Introduction
-------------
zhpy is the full feature python language with
fully tested chinese keywords, variables, and parameters support,
independent on python version,
bundle with command line tool, interpreter, pluggable keyword system and
great document.
zhpy is the full feature python language with fully tested chinese
keywords, variables, and parameters support, independent on python
version, bundle with command line tool, interpreter, pluggable
keyword system and great document.
zhpy on python is good for Taiwan and China beginners to learn python in
zhpy on python is good for Taiwan and China beginners to learn python in
our native language.
The core of zhpy is a lightweight python module and a chinese source convertor
based on python,
which provides interpreter and command line tool to translate zhpy code to
python. zhpy integrated a setuptools-based plugin system for keyword reuse.
The zhpy code written in traditional and simplified
chinese could be translated and converted to natual python code.
Thus it could be execute as nature python code and be used in normal
python programs.
The core of zhpy is a lightweight python module and a chinese
source convertor based on python, which provides interpreter and
command line tool to translate zhpy code to python.
zhpy integrated a setuptools-based plugin system for keyword reuse.
The zhpy code written in traditional and simplified chinese could be
translated and converted to natual python code.
Thus it could be execute as nature python code and be used in
normal python programs.
Use 'zhpy' command instead of "python" in command line to execute source
code wrote in Chinese and English.
Expand Down Expand Up @@ -76,6 +76,7 @@
An C.C licensed zhpy book "A Byte of Zhpy" is available on site.
You could freely view it online.
* http://code.google.com/p/zhpy/wiki/ByteOfZhpy
The book is based on "A Byte of python".
Expand All @@ -88,6 +89,6 @@
-------------
You could view the ChangeLog to see what's new in these version.
http://zhpy.googlecode.com/svn/trunk/CHANGELOG.txt
* http://zhpy.googlecode.com/svn/trunk/CHANGELOG.txt
"""

0 comments on commit 0c3a624

Please sign in to comment.