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
300dd552
Kaydet (Commit)
300dd552
authored
Eki 04, 2017
tarafından
Serhiy Storchaka
Kaydeden (comit)
GitHub
Eki 04, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-30872: Update the curses docs to Python 3. (#2620)
üst
db12ef7e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
curses.ascii.rst
Doc/library/curses.ascii.rst
+3
-5
curses.panel.rst
Doc/library/curses.panel.rst
+1
-1
curses.rst
Doc/library/curses.rst
+0
-0
No files found.
Doc/library/curses.ascii.rst
Dosyayı görüntüle @
300dd552
...
...
@@ -176,14 +176,12 @@ C library:
Checks for a non-ASCII character (ordinal values 0x80 and above).
These functions accept either integers or strings; when the argument is a
These functions accept either integers or s
ingle-character s
trings; when the argument is a
string, it is first converted using the built-in function :func:`ord`.
Note that all these functions check ordinal bit values derived from the
first
Note that all these functions check ordinal bit values derived from the
character of the string you pass in; they do not actually know anything about
the host machine's character encoding. For functions that know about the
character encoding (and handle internationalization properly) see the
:mod:`string` module.
the host machine's character encoding.
The following two functions take either a single-character string or integer
byte value; they return a value of the same type.
...
...
Doc/library/curses.panel.rst
Dosyayı görüntüle @
300dd552
...
...
@@ -74,7 +74,7 @@ Panel objects have the following methods:
.. method:: Panel.hidden()
Returns
true if the panel is hidden (not visible), false
otherwise.
Returns
``True`` if the panel is hidden (not visible), ``False``
otherwise.
.. method:: Panel.hide()
...
...
Doc/library/curses.rst
Dosyayı görüntüle @
300dd552
This diff is collapsed.
Click to expand it.
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