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
b61d801a
Kaydet (Commit)
b61d801a
authored
May 11, 2008
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Put Lib/lib-old back on to sys.path for module renames.
üst
1fcaa77a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
Makefile.pre.in
Makefile.pre.in
+3
-1
NEWS
Misc/NEWS
+2
-0
Setup.dist
Modules/Setup.dist
+4
-1
No files found.
Makefile.pre.in
Dosyayı görüntüle @
b61d801a
...
...
@@ -814,7 +814,9 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \
lib2to3 lib2to3/fixes lib2to3/pgen2
\
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons
\
distutils distutils/command distutils/tests
$(XMLLIBSUBDIRS)
\
setuptools setuptools/command setuptools/tests setuptools.egg-info
\
setuptools setuptools/command setuptools/tests
\
setuptools.egg-info
\
lib-old
\
curses
$(MACHDEPS)
libinstall
:
build_all $(srcdir)/Lib/$(PLATDIR)
@
for
i
in
$(SCRIPTDIR)
$(LIBDEST)
;
\
...
...
Misc/NEWS
Dosyayı görüntüle @
b61d801a
...
...
@@ -76,6 +76,8 @@ Library
Build
-----
- ``Lib/lib-old`` is now added to sys.path.
What's New in Python 2.6 alpha 3?
=================================
...
...
Modules/Setup.dist
Dosyayı görüntüle @
b61d801a
...
...
@@ -98,7 +98,10 @@ EXTRAMACHDEPPATH=
# The TKPATH variable is always enabled, to save you the effort.
TKPATH
=
:lib-tk
COREPYTHONPATH
=
$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(EXTRAMACHDEPPATH)$(TKPATH)
# Path component for old modules.
OLDPATH
=
:lib-old
COREPYTHONPATH
=
$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(EXTRAMACHDEPPATH)$(TKPATH)$(OLDPATH)
PYTHONPATH
=
$(COREPYTHONPATH)
...
...
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