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
079bfc96
Kaydet (Commit)
079bfc96
authored
May 19, 2012
tarafından
Petri Lehtinen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
üst
6709b7d5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
__future__.rst
Doc/library/__future__.rst
+1
-1
__future__.py
Lib/__future__.py
+1
-1
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+4
-0
No files found.
Doc/library/__future__.rst
Dosyayı görüntüle @
079bfc96
...
...
@@ -75,7 +75,7 @@ language using this mechanism:
| division | 2.2.0a2 | 3.0 | :pep:`238`: |
| | | | *Changing the Division Operator* |
+------------------+-------------+--------------+---------------------------------------------+
| absolute_import | 2.5.0a1 |
2.7
| :pep:`328`: |
| absolute_import | 2.5.0a1 |
3.0
| :pep:`328`: |
| | | | *Imports: Multi-Line and Absolute/Relative* |
+------------------+-------------+--------------+---------------------------------------------+
| with_statement | 2.5.0a1 | 2.6 | :pep:`343`: |
...
...
Lib/__future__.py
Dosyayı görüntüle @
079bfc96
...
...
@@ -114,7 +114,7 @@ division = _Feature((2, 2, 0, "alpha", 2),
CO_FUTURE_DIVISION
)
absolute_import
=
_Feature
((
2
,
5
,
0
,
"alpha"
,
1
),
(
2
,
7
,
0
,
"alpha"
,
0
),
(
3
,
0
,
0
,
"alpha"
,
0
),
CO_FUTURE_ABSOLUTE_IMPORT
)
with_statement
=
_Feature
((
2
,
5
,
0
,
"alpha"
,
1
),
...
...
Misc/ACKS
Dosyayı görüntüle @
079bfc96
...
...
@@ -598,6 +598,7 @@ Ken Manheimer
Vladimir Marangozov
David Marek
Doug Marien
Sven Marnach
Alex Martelli
Anthony Martin
Owen Martin
...
...
Misc/NEWS
Dosyayı görüntüle @
079bfc96
...
...
@@ -10,6 +10,10 @@ What's New in Python 3.2.4
Core and Builtins
-----------------
- Issue #14494: Fix __future__.py and its documentation to note that
absolute imports are the default behavior in 3.0 instead of 2.7.
Patch by Sven Marnach.
- Issue #14761: Fix potential leak on an error case in the import machinery.
- Issue #14699: Fix calling the classmethod descriptor directly.
...
...
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