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
675f6b87
Kaydet (Commit)
675f6b87
authored
Kas 11, 2011
tarafından
Brian Curtin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix #13384. Remove __future__ import in 3.x code.
üst
d3baae73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
random.py
Lib/random.py
+0
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/random.py
Dosyayı görüntüle @
675f6b87
...
@@ -36,7 +36,6 @@ General notes on the underlying Mersenne Twister core generator:
...
@@ -36,7 +36,6 @@ General notes on the underlying Mersenne Twister core generator:
"""
"""
from
__future__
import
division
from
warnings
import
warn
as
_warn
from
warnings
import
warn
as
_warn
from
types
import
MethodType
as
_MethodType
,
BuiltinMethodType
as
_BuiltinMethodType
from
types
import
MethodType
as
_MethodType
,
BuiltinMethodType
as
_BuiltinMethodType
from
math
import
log
as
_log
,
exp
as
_exp
,
pi
as
_pi
,
e
as
_e
,
ceil
as
_ceil
from
math
import
log
as
_log
,
exp
as
_exp
,
pi
as
_pi
,
e
as
_e
,
ceil
as
_ceil
...
...
Misc/NEWS
Dosyayı görüntüle @
675f6b87
...
@@ -73,6 +73,8 @@ Core and Builtins
...
@@ -73,6 +73,8 @@ Core and Builtins
Library
Library
-------
-------
- Issue #13384: Remove unnecessary __future__ import in Lib/random.py
- Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
- Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
when called with a timeout. Patch by Arnaud Ysmal.
when called with a timeout. Patch by Arnaud Ysmal.
...
...
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