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
b81ca28b
Kaydet (Commit)
b81ca28b
authored
Nis 21, 2018
tarafından
Andrés Delfino
Kaydeden (comit)
Serhiy Storchaka
Nis 21, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-33297: Mention Pillow to work with more image formats. (#6505)
Also update PIL doc references to Pillow.
üst
441d945e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
introduction.rst
Doc/distutils/introduction.rst
+2
-2
tkinter.rst
Doc/library/tkinter.rst
+4
-0
modules.rst
Doc/tutorial/modules.rst
+1
-1
No files found.
Doc/distutils/introduction.rst
Dosyayı görüntüle @
b81ca28b
...
...
@@ -193,8 +193,8 @@ modules using the Distutils:
module distribution
a collection of Python modules distributed together as a single downloadable
resource and meant to be installed *en masse*. Examples of some well-known
module distributions are NumPy, SciPy, P
IL (the Python Imaging
Library),
or mxBase. (This would be called a *package*, except that term is
module distributions are NumPy, SciPy, P
illow,
or mxBase. (This would be called a *package*, except that term is
already taken in the Python context: a single module distribution may contain
zero, one, or many Python packages.)
...
...
Doc/library/tkinter.rst
Dosyayı görüntüle @
b81ca28b
...
...
@@ -800,6 +800,10 @@ reference to the image. When the last Python reference to the image object is
deleted, the image data is deleted as well, and Tk will display an empty box
wherever the image was used.
.. seealso::
The `Pillow <http://python-pillow.org/>`_ package adds support for
formats such as BMP, JPEG, TIFF, and WebP, among others.
.. _tkinter-file-handlers:
...
...
Doc/tutorial/modules.rst
Dosyayı görüntüle @
b81ca28b
...
...
@@ -382,7 +382,7 @@ module names". For example, the module name :mod:`A.B` designates a submodule
named
``
B
``
in
a
package
named
``
A
``.
Just
like
the
use
of
modules
saves
the
authors
of
different
modules
from
having
to
worry
about
each
other
's global
variable names, the use of dotted module names saves the authors of multi-module
packages like NumPy or
the Python Imaging Library
from having to worry about
packages like NumPy or
Pillow
from having to worry about
each other'
s
module
names
.
Suppose
you
want
to
design
a
collection
of
modules
(
a
"package"
)
for
the
uniform
...
...
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