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
98e90515
Kaydet (Commit)
98e90515
authored
Haz 12, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add grammatical article to “an ASCII letter”
üst
aea671ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
re.rst
Doc/library/re.rst
+3
-3
NEWS
Misc/NEWS
+1
-1
No files found.
Doc/library/re.rst
Dosyayı görüntüle @
98e90515
...
...
@@ -321,7 +321,7 @@ The special characters are:
The special sequences consist of ``'\'`` and a character from the list below.
If the ordinary character is not
ASCII digit or
ASCII letter, then the
If the ordinary character is not
an ASCII digit or an
ASCII letter, then the
resulting RE will match the second character. For example, ``\$`` matches the
character ``'$'``.
...
...
@@ -444,7 +444,7 @@ three digits in length.
The ``'\u'`` and ``'\U'`` escape sequences have been added.
.. versionchanged:: 3.6
Unknown escapes consisting of ``'\'`` and ASCII letter now are errors.
Unknown escapes consisting of ``'\'`` and
an
ASCII letter now are errors.
.. seealso::
...
...
@@ -743,7 +743,7 @@ form.
Unmatched groups are replaced with an empty string.
.. versionchanged:: 3.6
Unknown escapes consisting of ``'\'`` and ASCII letter now are errors.
Unknown escapes consisting of ``'\'`` and
an
ASCII letter now are errors.
.. function:: subn(pattern, repl, string, count=0, flags=0)
...
...
Misc/NEWS
Dosyayı görüntüle @
98e90515
...
...
@@ -56,7 +56,7 @@ Library
- Issue #27029: Removed deprecated support of universal newlines mode from
ZipFile.open().
- Issue #27030: Unknown escapes consisting of ``'
\
'`` and ASCII letter in
- Issue #27030: Unknown escapes consisting of ``'\'`` and
an
ASCII letter in
regular expressions now are errors. The re.LOCALE flag now can be used
only with bytes patterns.
...
...
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