Skip to content

Commit

Permalink
fix blank trail
Browse files Browse the repository at this point in the history
  • Loading branch information
gasolin committed Aug 24, 2007
1 parent 1d14aff commit 761ec1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ code name: Gold Experience
* "關鍵字列表" instead of "列出關鍵字"
* "值列表" instead of "列出值"
* "項目列表" instead of "列出項目"
* variables are changed to "p_[var]_v" syntax instead of p[num],
* variables are changed to "p_[var]_v" syntax instead of p[num],
thanks Jiahua Huang
* .has_key() is deprecated, use 'in'
* remove keyword
Expand All @@ -28,18 +28,19 @@ code name: Gold Experience
* remove trail space for pep8
* rename run.sh to test_example.sh
* maintain tw, cn keyword in seperate dict
* Online documents update

*Features*

* use universe reference identifier (uri) for
* use universe reference identifier (uri) for
variable/constant/class/methods instead of vnum, thanks Jiahua Huang
* add keyword:
* "作为":"as"
* "最后":"finally"
* "宣告":"assert", "刪除":"del", "执行":"exec"
* "或者":"or","并且":"and",
* "不在":"not in"
* add "-c/--cmd" option instead of "-r/--raw" to correspond the python command,
* add "-c/--cmd" option instead of "-r/--raw" to correspond the python command,
"-r/--raw" will be deprecate in next release.
* also test command line options (test_example.sh)
* add contact example (cn) in loop/
Expand Down Expand Up @@ -68,7 +69,7 @@ code name: Crazy Diomand

*Features*

* add "-r/--raw": "input raw zhpy source and run" option for
* add "-r/--raw": "input raw zhpy source and run" option for
scripting usage, idea from Jiahua Huang
* add simplified chinese test cases
* Add doctests
Expand Down Expand Up @@ -110,7 +111,7 @@ code name: Star Platinum

*Features*

* implement zh_exec, now it's possible to test zhpy in interpretor, or
* implement zh_exec, now it's possible to test zhpy in interpretor, or
embeded zhpy in python source
* add test cases

Expand Down
2 changes: 1 addition & 1 deletion zhpy/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
After v0.6, zhpy could be used as the chinese script in shell as well.
zhpy is fully tested, which use ~50 test cases to test the small(<10k) source.
zhpy is fully tested, which use ~50 test cases to test the small(<15k) source.
zhpy use pyparsing module to detect chinese keywords, class name, methods,
arguments, variables and translate them back to python.
Expand Down

0 comments on commit 761ec1b

Please sign in to comment.