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
d5ad6da0
Kaydet (Commit)
d5ad6da0
authored
Mar 04, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove obsolete stuff from string module docs.
üst
41793773
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
11 deletions
+8
-11
string.rst
Doc/library/string.rst
+8
-11
No files found.
Doc/library/string.rst
Dosyayı görüntüle @
d5ad6da0
...
...
@@ -62,10 +62,9 @@ The constants defined in this module are:
.. data:: lowercase
A string containing all the characters that are considered lowercase letters.
On most systems this is the string ``'abcdefghijklmnopqrstuvwxyz'``. Do not
change its definition --- the effect on the routines :func:`upper` and
:func:`swapcase` is undefined. The specific value is locale-dependent, and will
be updated when :func:`locale.setlocale` is called.
On most systems this is the string ``'abcdefghijklmnopqrstuvwxyz'``. The
specific value is locale-dependent, and will be updated when
:func:`locale.setlocale` is called.
.. data:: octdigits
...
...
@@ -89,18 +88,16 @@ The constants defined in this module are:
.. data:: uppercase
A string containing all the characters that are considered uppercase letters.
On most systems this is the string ``'ABCDEFGHIJKLMNOPQRSTUVWXYZ'``. Do not
change its definition --- the effect on the routines :func:`lower` and
:func:`swapcase` is undefined. The specific value is locale-dependent, and will
be updated when :func:`locale.setlocale` is called.
On most systems this is the string ``'ABCDEFGHIJKLMNOPQRSTUVWXYZ'``. The
specific value is locale-dependent, and will be updated when
:func:`locale.setlocale` is called.
.. data:: whitespace
A string containing all characters that are considered whitespace. On most
systems this includes the characters space, tab, linefeed, return, formfeed, and
vertical tab. Do not change its definition --- the effect on the routines
:func:`strip` and :func:`split` is undefined.
vertical tab.
.. _new-string-formatting:
...
...
@@ -599,7 +596,7 @@ They are not available as string methods.
Don't use strings derived from :const:`lowercase` and :const:`uppercase` as
arguments; in some locales, these don't have the same length. For case
conversions, always use :
func:`lower` and :func:`
upper`.
conversions, always use :
meth:`str.lower` and :meth:`str.
upper`.
Deprecated string functions
...
...
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