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
a3b89532
Kaydet (Commit)
a3b89532
authored
Ara 30, 2002
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
News about zipimport.
üst
f271c272
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
NEWS
Misc/NEWS
+16
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
a3b89532
...
...
@@ -78,6 +78,19 @@ Type/class unification and new-style classes
Core
and
builtins
-----------------
-
Import
from
zipfiles
is
now
supported
.
The
name
of
a
zipfile
placed
on
sys
.
path
causes
the
import
statement
to
look
for
importable
Python
modules
(
with
.
py
,
pyc
and
.
pyo
extensions
)
and
packages
inside
the
zipfile
.
To
support
this
,
several
new
variables
have
been
added
to
the
sys
module
:
sys
.
meta_path
,
sys
.
path_hooks
,
and
sys
.
path_importer_cache
;
these
make
extending
the
import
statement
much
more
convenient
than
overriding
the
__import__
built
-
in
function
.
For
a
description
of
these
,
see
PEP
302.
The
zipfile
import
follows
the
specification
(
though
not
the
sample
implementation
)
of
PEP
273.
The
semantics
of
__path__
are
compatible
with
those
that
have
been
implemented
in
Jython
since
Jython
2.1
.
-
A
frame
object
's f_lineno attribute can now be written to from a
trace function to change which line will execute next. A command to
exploit this from pdb has been added. [SF patch #643835]
...
...
@@ -343,6 +356,9 @@ Core and builtins
Extension
modules
-----------------
-
A
module
zipimport
exists
to
support
importing
code
from
zip
archives
.
-
The
new
datetime
module
supplies
classes
for
manipulating
dates
and
times
.
The
basic
design
came
from
the
Zope
"fishbowl process"
,
and
favors
practical
commercial
applications
over
calendar
esoterica
.
See
...
...
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