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
7af24bd2
Kaydet (Commit)
7af24bd2
authored
Ara 03, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix example regular expressions that simulate scanf() constructs.
üst
71aa6d6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ACKS
Doc/ACKS
+1
-0
libre.tex
Doc/lib/libre.tex
+3
-3
No files found.
Doc/ACKS
Dosyayı görüntüle @
7af24bd2
...
...
@@ -130,6 +130,7 @@ Sjoerd Mullender
Dale Nagata
Ng Pheng Siong
Koray Oner
Tomas Oppelstrup
Denis S. Otkidach
Zooko O'Whielacronx
William Park
...
...
Doc/lib/libre.tex
Dosyayı görüntüle @
7af24bd2
...
...
@@ -860,11 +860,11 @@ offers some more-or-less equivalent mappings between
\lineii
{
\code
{
\%
5c
}}
{
\regexp
{
.
\{
5
\}
}}
\lineii
{
\code
{
\%
d
}}
{
\regexp
{
[-+]
\e
d+
}}
{
\regexp
{
[-+]
?
\e
d+
}}
\lineii
{
\code
{
\%
e
}
,
\code
{
\%
E
}
,
\code
{
\%
f
}
,
\code
{
\%
g
}}
{
\regexp
{
[-+](
\e
d+(
\e
.
\e
d*)?|
\e
d*
\e
.
\e
d+)([eE]
\e
d+)?
}}
{
\regexp
{
[-+]
?
(
\e
d+(
\e
.
\e
d*)?|
\e
d*
\e
.
\e
d+)([eE]
\e
d+)?
}}
\lineii
{
\code
{
\%
i
}}
{
\regexp
{
[-+](0[xX][
\e
dA-Fa-f]+|0[0-7]*|
\e
d+)
}}
{
\regexp
{
[-+]
?
(0[xX][
\e
dA-Fa-f]+|0[0-7]*|
\e
d+)
}}
\lineii
{
\code
{
\%
o
}}
{
\regexp
{
0[0-7]*
}}
\lineii
{
\code
{
\%
s
}}
...
...
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