Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
d9fdb51d
Kaydet (Commit)
d9fdb51d
authored
Agu 06, 2002
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document handling of raw-unicode-escapes. Closes SF bug 587087.
üst
5814187f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
ref2.tex
Doc/ref/ref2.tex
+8
-0
No files found.
Doc/ref/ref2.tex
Dosyayı görüntüle @
d9fdb51d
...
...
@@ -457,6 +457,14 @@ escape the following quote character). Note also that a single
backslash followed by a newline is interpreted as those two characters
as part of the string,
\emph
{
not
}
as a line continuation.
When an `r' or `R' prefix is used in conjunction with a `u' or `U'
prefix, then the
\uXXXX
escape sequence is processed while
\emph
{
all other
backslashes are left in the string
}
. For example, the string literal
\code
{
ur"
\u
0062
\n
"
}
consists of three Unicode characters:
`LATIN SMALL LETTER B', `REVERSE SOLIDUS', and `LATIN SMALL LETTER N'.
Backslashes can be escaped with a preceding backslash; however, both
remain in the string. As a result,
\uXXXX
escape sequences are
only recognized when there are an odd number of backslashes.
\subsection
{
String literal concatenation
\label
{
string-catenation
}}
...
...
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