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
7530208d
Commit
7530208d
authored
Feb 14, 2001
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Feeble attempt to repair obsolete info about hex escapes.
parent
162c6a63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
Doc/ref/ref2.tex
Doc/ref/ref2.tex
+2
-4
No files found.
Doc/ref/ref2.tex
View file @
7530208d
...
...
@@ -358,10 +358,8 @@ to those used by Standard \C{}. The recognized escape sequences are:
\end{tableii}
\index
{
ASCII@
\ASCII
{}}
In strict compatibility with Standard C, up to three octal digits are
accepted, but an unlimited number of hex digits is taken to be part of
the hex escape (and then the lower 8 bits of the resulting hex number
are used in 8-bit implementations).
As in Standard C, up to three octal digits are accepted. However,
exactly two hex digits are taken in hex escapes.
Unlike Standard
\index
{
unrecognized escape sequence
}
C,
all unrecognized escape sequences are left in the string unchanged,
...
...
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