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
cb8c0485
Kaydet (Commit)
cb8c0485
authored
Haz 16, 2017
tarafından
Zachary Ware
Kaydeden (comit)
GitHub
Haz 16, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-30450: Add NEWS and whatsnew (GH-2236)
üst
116dd5eb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
3.7.rst
Doc/whatsnew/3.7.rst
+6
-0
NEWS
Misc/NEWS
+5
-0
No files found.
Doc/whatsnew/3.7.rst
Dosyayı görüntüle @
cb8c0485
...
...
@@ -317,6 +317,12 @@ Build and C API Changes
:c:func:`PyOS_AfterFork_Child`. (Contributed by Antoine Pitrou in
:issue:`16500`.)
* The Windows build process no longer depends on Subversion to pull in external
sources, a Python script is used to download zipfiles from GitHub instead.
If Python 3.6 is not found on the system (via ``py -3.6``), NuGet is used to
download a copy of 32-bit Python for this purpose. (Contributed by Zachary
Ware in :issue:`30450`.)
Deprecated
==========
...
...
Misc/NEWS
Dosyayı görüntüle @
cb8c0485
...
...
@@ -1134,6 +1134,11 @@ IDLE
Windows
-------
- bpo-30450: The build process on Windows no longer depends on Subversion,
instead pulling external code from GitHub via a Python script. If Python 3.6
is not found on the system (via ``py -3.6``), NuGet is used to download a
copy of 32-bit Python.
- bpo-29579: Removes readme.txt from the installer.
- Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun)
...
...
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