Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
df8077ec
Commit
df8077ec
authored
Nov 10, 2011
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Plain Diff
#13379: merge with 3.2.
parents
02157243
98d2c0ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Modules/unicodedata.c
Modules/unicodedata.c
+6
-5
No files found.
Modules/unicodedata.c
View file @
df8077ec
/* ------------------------------------------------------------------------
unicodedata -- Provides access to the Unicode
5.2 data
base.
unicodedata -- Provides access to the Unicode
data
base.
Data was extracted from the Unicode 5.2 UnicodeData.txt file.
Data was extracted from the UnicodeData.txt file.
The current version number is reported in the unidata_version constant.
Written by Marc-Andre Lemburg (mal@lemburg.com).
Modified for Python 2.0 by Fredrik Lundh (fredrik@pythonware.com)
...
...
@@ -1318,11 +1319,11 @@ PyDoc_STRVAR(unicodedata_docstring,
"This module provides access to the Unicode Character Database which
\n
\
defines character properties for all Unicode characters. The data in
\n
\
this database is based on the UnicodeData.txt file version
\n
\
5.2
.0 which is publically available from ftp://ftp.unicode.org/.
\n
\
6.0
.0 which is publically available from ftp://ftp.unicode.org/.
\n
\
\n
\
The module uses the same names and symbols as defined by the
\n
\
UnicodeData File Format
5.2
.0 (see
\n
\
http://www.unicode.org/reports/tr44/tr44-
4
.html)."
);
UnicodeData File Format
6.0
.0 (see
\n
\
http://www.unicode.org/reports/tr44/tr44-
6
.html)."
);
static
struct
PyModuleDef
unicodedatamodule
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment