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
98f2bbf7
Kaydet (Commit)
98f2bbf7
authored
Mar 01, 2014
tarafından
Andrew Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#16135: remove mentions of OS/2 from the documentation
üst
7b96f76d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
17 deletions
+4
-17
apiref.rst
Doc/distutils/apiref.rst
+0
-11
curses.rst
Doc/library/curses.rst
+1
-1
os.rst
Doc/library/os.rst
+1
-2
socket.rst
Doc/library/socket.rst
+1
-2
undoc.rst
Doc/library/undoc.rst
+1
-1
No files found.
Doc/distutils/apiref.rst
Dosyayı görüntüle @
98f2bbf7
...
...
@@ -853,17 +853,6 @@ Windows. It also contains the Mingw32CCompiler class which handles the mingw32
port of GCC (same as cygwin in no-cygwin mode).
:mod:`distutils.emxccompiler` --- OS/2 EMX Compiler
===================================================
.. module:: distutils.emxccompiler
:synopsis: OS/2 EMX Compiler support
This module provides the EMXCCompiler class, a subclass of
:class:`UnixCCompiler` that handles the EMX port of the GNU C compiler to OS/2.
:mod:`distutils.archive_util` --- Archiving utilities
======================================================
...
...
Doc/library/curses.rst
Dosyayı görüntüle @
98f2bbf7
...
...
@@ -12,7 +12,7 @@ The :mod:`curses` module provides an interface to the curses library, the
de-facto standard for portable advanced terminal handling.
While curses is most widely used in the Unix environment, versions are available
for
DOS, OS/2
, and possibly other systems as well. This extension module is
for
Windows, DOS
, and possibly other systems as well. This extension module is
designed to match the API of ncurses, an open-source curses library hosted on
Linux and the BSD variants of Unix.
...
...
Doc/library/os.rst
Dosyayı görüntüle @
98f2bbf7
...
...
@@ -2653,7 +2653,7 @@ written in Python, such as a mail server's external command delivery program.
Fork a child process. Return ``0`` in the child and the child's process id in the
parent. If an error occurs :exc:`OSError` is raised.
Note that some platforms including FreeBSD <= 6.3
, Cygwin and OS/2 EMX
have
Note that some platforms including FreeBSD <= 6.3
and Cygwin
have
known issues when using fork() from a thread.
.. warning::
...
...
@@ -2899,7 +2899,6 @@ written in Python, such as a mail server's external command delivery program.
:manpage:`times(2)` or the corresponding Windows Platform API documentation.
On Windows, only :attr:`user` and :attr:`system` are known; the other
attributes are zero.
On OS/2, only :attr:`elapsed` is known; the other attributes are zero.
Availability: Unix, Windows.
...
...
Doc/library/socket.rst
Dosyayı görüntüle @
98f2bbf7
...
...
@@ -6,8 +6,7 @@
This module provides access to the BSD *socket* interface. It is available on
all modern Unix systems, Windows, MacOS, OS/2, and probably additional
platforms.
all modern Unix systems, Windows, MacOS, and probably additional platforms.
.. note::
...
...
Doc/library/undoc.rst
Dosyayı görüntüle @
98f2bbf7
...
...
@@ -20,7 +20,7 @@ These modules are used to implement the :mod:`os.path` module, and are not
documented beyond this mention. There's little need to document these.
:mod:`ntpath`
--- Implementation of :mod:`os.path` on Win32, Win64,
WinCE, and OS/2
platforms.
--- Implementation of :mod:`os.path` on Win32, Win64,
and WinCE
platforms.
:mod:`posixpath`
--- Implementation of :mod:`os.path` on POSIX.
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