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
bd474420
Kaydet (Commit)
bd474420
authored
May 10, 2008
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
The ihooks module has been removed.
üst
4fabdc7a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
12 deletions
+3
-12
functions.rst
Doc/library/functions.rst
+1
-2
undoc.rst
Doc/library/undoc.rst
+0
-9
ihooks.py
Lib/ihooks.py
+0
-0
test_sundry.py
Lib/test/test_sundry.py
+0
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/functions.rst
Dosyayı görüntüle @
bd474420
...
...
@@ -22,8 +22,7 @@ are always available. They are listed here in alphabetical order.
The
function
is
invoked
by
the
:
keyword
:`
import
`
statement
.
It
mainly
exists
so
that
you
can
replace
it
with
another
function
that
has
a
compatible
interface
,
in
order
to
change
the
semantics
of
the
:
keyword
:`
import
`
statement
.
For
examples
of
why
and
how
you
would
do
this
,
see
the
standard
library
module
:
mod
:`
ihooks
`.
See
also
the
built
-
in
module
:
mod
:`
imp
`,
which
statement
.
See
also
the
built
-
in
module
:
mod
:`
imp
`,
which
defines
some
useful
operations
out
of
which
you
can
build
your
own
:
func
:`
__import__
`
function
.
...
...
Doc/library/undoc.rst
Dosyayı görüntüle @
bd474420
...
...
@@ -14,15 +14,6 @@ Fredrik Lundh; the specific contents of this chapter have been substantially
revised.
Miscellaneous useful utilities
==============================
Some of these are very old and/or not very robust; marked with "hmm."
:mod:`ihooks`
--- Import hook support (for :mod:`rexec`; may become obsolete).
Platform specific modules
=========================
...
...
Lib/ihooks.py
deleted
100644 → 0
Dosyayı görüntüle @
4fabdc7a
This diff is collapsed.
Click to expand it.
Lib/test/test_sundry.py
Dosyayı görüntüle @
bd474420
...
...
@@ -49,7 +49,6 @@ class TestUntestedModules(unittest.TestCase):
import
formatter
import
getpass
import
htmlentitydefs
import
ihooks
import
imghdr
import
keyword
import
linecache
...
...
Misc/NEWS
Dosyayı görüntüle @
bd474420
...
...
@@ -21,6 +21,8 @@ Extension Modules
Library
-------
- The ihooks module has been removed.
- The fpformat module has been removed.
- The dircache module has been removed.
...
...
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