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
1e5d3181
Kaydet (Commit)
1e5d3181
authored
Kas 26, 2010
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove 3.1 from versionchanged
üst
241efded
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
re.rst
Doc/library/re.rst
+3
-3
No files found.
Doc/library/re.rst
Dosyayı görüntüle @
1e5d3181
...
@@ -574,7 +574,7 @@ form.
...
@@ -574,7 +574,7 @@ form.
>>> re.split("(?m)^$", "foo\n\nbar\n")
>>> re.split("(?m)^$", "foo\n\nbar\n")
['foo\n\nbar\n']
['foo\n\nbar\n']
.. versionchanged:: 2.7
,3.1
.. versionchanged:: 2.7
Added the optional flags argument.
Added the optional flags argument.
...
@@ -652,7 +652,7 @@ form.
...
@@ -652,7 +652,7 @@ form.
character ``'0'``. The backreference ``\g<0>`` substitutes in the entire
character ``'0'``. The backreference ``\g<0>`` substitutes in the entire
substring matched by the RE.
substring matched by the RE.
.. versionchanged:: 2.7
,3.1
.. versionchanged:: 2.7
Added the optional flags argument.
Added the optional flags argument.
...
@@ -661,7 +661,7 @@ form.
...
@@ -661,7 +661,7 @@ form.
Perform the same operation as :func:`sub`, but return a tuple ``(new_string,
Perform the same operation as :func:`sub`, but return a tuple ``(new_string,
number_of_subs_made)``.
number_of_subs_made)``.
.. versionchanged:: 2.7
,3.1
.. versionchanged:: 2.7
Added the optional flags argument.
Added the optional flags argument.
...
...
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