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
205408da
Kaydet (Commit)
205408da
authored
Mar 11, 2015
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #23615: Module tarfile is now can be reloaded with imp.reload().
üst
ca1fb3eb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
tarfile.py
Lib/tarfile.py
+1
-1
NEWS
Misc/NEWS
+2
-0
bkfile.py
Tools/freeze/bkfile.py
+1
-1
No files found.
Lib/tarfile.py
Dosyayı görüntüle @
205408da
...
@@ -41,6 +41,7 @@ __credits__ = "Gustavo Niemeyer, Niels Gust
...
@@ -41,6 +41,7 @@ __credits__ = "Gustavo Niemeyer, Niels Gust
#---------
#---------
# Imports
# Imports
#---------
#---------
from
__builtin__
import
open
as
bltn_open
import
sys
import
sys
import
os
import
os
import
shutil
import
shutil
...
@@ -2611,5 +2612,4 @@ def is_tarfile(name):
...
@@ -2611,5 +2612,4 @@ def is_tarfile(name):
except
TarError
:
except
TarError
:
return
False
return
False
bltn_open
=
open
open
=
TarFile
.
open
open
=
TarFile
.
open
Misc/NEWS
Dosyayı görüntüle @
205408da
...
@@ -21,6 +21,8 @@ Core and Builtins
...
@@ -21,6 +21,8 @@ Core and Builtins
Library
Library
-------
-------
- Issue #23615: Module tarfile is now can be reloaded with imp.reload().
- Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.
- Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.
Patch by Florian Finkernagel and Davin Potts.
Patch by Florian Finkernagel and Davin Potts.
...
...
Tools/freeze/bkfile.py
Dosyayı görüntüle @
205408da
_orig_open
=
open
from
__builtin__
import
open
as
_orig_
open
class
_BkFile
:
class
_BkFile
:
def
__init__
(
self
,
file
,
mode
,
bufsize
):
def
__init__
(
self
,
file
,
mode
,
bufsize
):
...
...
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