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
b47b5394
Kaydet (Commit)
b47b5394
authored
May 25, 2012
tarafından
Nick Coghlan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Placeholder in What's New for the major packaging infrastructure changes
üst
f879e32c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
3.3.rst
Doc/whatsnew/3.3.rst
+20
-0
No files found.
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
b47b5394
...
@@ -48,6 +48,26 @@
...
@@ -48,6 +48,26 @@
This article explains the new features in Python 3.3, compared to 3.2.
This article explains the new features in Python 3.3, compared to 3.2.
.. note:: Alpha users should be aware that this document is currently in
draft form. It will be updated substantially as Python 3.3 moves towards
release, so it's worth checking back even after reading earlier versions.
New packaging infrastructure
============================
The standard library's packaging infrastructure has been updated to adopt
some of the features developed by the wider community.
* the :mod:`packaging` package and ``pysetup`` script (inspired by
``setuptools``, ``distribute``, ``distutil2`` and ``pip``)
* the :mod:`venv` module and ``pyvenv`` script (inspired by ``virtualenv``)
(Note: at time of writing, :pep:`405` is accepted, but not yet implemented)
* native support for package directories that don't require ``__init__.py``
marker files and can automatically span multiple path segments
(inspired by various third party approaches to namespace packages, as
described in :pep:`420`)
.. pep-3118-update:
.. pep-3118-update:
...
...
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