Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pyparsing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
pyparsing
Commits
1f92819b8821
Commit
1f92819b8821
authored
6 years ago
by
ptmcg
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGES blurb on unicode sets, prep for 2.3.0 release
parent
15425f30057e
Branches
pp_unicode
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGES
+13
-7
13 additions, 7 deletions
CHANGES
with
13 additions
and
7 deletions
CHANGES
+
13
−
7
View file @
1f92819b
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
Change Log
Change Log
==========
==========
Version 2.3.0 -
TBD
Version 2.3.0 -
October, 2018
-------------------
-------------------
----------
- NEW SUPPORT FOR UNICODE CHARACTER RANGES
- NEW SUPPORT FOR UNICODE CHARACTER RANGES
This release introduces the pyparsing_unicode namespace class, defining
This release introduces the pyparsing_unicode namespace class, defining
a series of language character sets to simplify the definition of alphas,
a series of language character sets to simplify the definition of alphas,
...
@@ -7,5 +7,6 @@
...
@@ -7,5 +7,6 @@
- NEW SUPPORT FOR UNICODE CHARACTER RANGES
- NEW SUPPORT FOR UNICODE CHARACTER RANGES
This release introduces the pyparsing_unicode namespace class, defining
This release introduces the pyparsing_unicode namespace class, defining
a series of language character sets to simplify the definition of alphas,
a series of language character sets to simplify the definition of alphas,
nums, printables, etc. in the following language sets:
nums, alphanums, and printables in the following language sets:
. Arabic
. Chinese
. Chinese
...
@@ -11,3 +12,7 @@
...
@@ -11,3 +12,7 @@
. Chinese
. Chinese
. Cyrillic
. Devanagari
. Greek
. Hebrew
. Japanese (including Kanji, Katakana, and Hirigana subsets)
. Japanese (including Kanji, Katakana, and Hirigana subsets)
. Korean
. Korean
...
@@ -12,9 +17,10 @@
...
@@ -12,9 +17,10 @@
. Japanese (including Kanji, Katakana, and Hirigana subsets)
. Japanese (including Kanji, Katakana, and Hirigana subsets)
. Korean
. Korean
. Greek
. Latin1 (includes 7 and 8-bit Latin characters)
. Cyrillic
. Thai
. Arabic
. CJK (combination of Chinese, Japanese, and Korean sets)
. Hebrew
There is also an `all` attribute on each that contains all characters
in the set.
For example, your code can define words using:
For example, your code can define words using:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment