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
72092941
Kaydet (Commit)
72092941
authored
Şub 07, 2004
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
a couple other sunos4 support items removed
üst
ac093c6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
libsun.tex
Doc/lib/libsun.tex
+1
-2
setup.py
setup.py
+1
-5
No files found.
Doc/lib/libsun.tex
Dosyayı görüntüle @
72092941
...
...
@@ -2,5 +2,4 @@
\label
{
sunos
}
The modules described in this chapter provide interfaces to features
that are unique to the SunOS operating system (versions 4 and 5; the
latter is also known as Solaris version 2).
that are unique to SunOS 5 (also known as Solaris version 2).
setup.py
Dosyayı görüntüle @
72092941
...
...
@@ -655,12 +655,8 @@ class PyBuildExt(build_ext):
exts
.
append
(
Extension
(
'nis'
,
[
'nismodule.c'
],
libraries
=
libs
)
)
# Curses support, requring the System V version of curses, often
# Curses support, requ
i
ring the System V version of curses, often
# provided by the ncurses library.
if
platform
==
'sunos4'
:
inc_dirs
+=
[
'/usr/5include'
]
lib_dirs
+=
[
'/usr/5lib'
]
if
(
self
.
compiler
.
find_library_file
(
lib_dirs
,
'ncurses'
)):
curses_libs
=
[
'ncurses'
]
exts
.
append
(
Extension
(
'_curses'
,
[
'_cursesmodule.c'
],
...
...
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