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
41de0bad
Commit
41de0bad
authored
Aug 28, 2007
by
Collin Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill lingering docs references to UnicodeType.
parent
aaa411cb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
Doc/c-api/concrete.rst
Doc/c-api/concrete.rst
+1
-1
Doc/library/types.rst
Doc/library/types.rst
+0
-7
No files found.
Doc/c-api/concrete.rst
View file @
41de0bad
...
...
@@ -1000,7 +1000,7 @@ this in mind when writing extensions or interfaces.
.. cvar:: PyTypeObject PyUnicode_Type
This instance of :ctype:`PyTypeObject` represents the Python Unicode type. It
is exposed to Python code as ``
unicode`` and ``types.UnicodeType
``.
is exposed to Python code as ``
str
``.
The following APIs are really C macros and can be used to do fast checks and to
access internal read-only data of Unicode objects:
...
...
Doc/library/types.rst
View file @
41de0bad
...
...
@@ -85,13 +85,6 @@ The module defines the following names:
:class:`str`.
.. data:: UnicodeType
The type of Unicode character strings (e.g. ``u'Spam'``). This is not defined
if Python was built without Unicode support. It's an alias of the built-in
:class:`unicode`.
.. data:: TupleType
The type of tuples (e.g. ``(1, 2, 3, 'Spam')``); alias of the built-in
...
...
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