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
a635fbbc
Kaydet (Commit)
a635fbbc
authored
Ock 15, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove dots in \version{changed,added} argument and
correct argument order.
üst
d0560054
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
12 deletions
+12
-12
emailutil.tex
Doc/lib/emailutil.tex
+3
-3
libcmd.tex
Doc/lib/libcmd.tex
+1
-1
libfuncs.tex
Doc/lib/libfuncs.tex
+3
-3
libos.tex
Doc/lib/libos.tex
+1
-1
librandom.tex
Doc/lib/librandom.tex
+1
-1
libsocket.tex
Doc/lib/libsocket.tex
+2
-2
ref2.tex
Doc/ref/ref2.tex
+1
-1
No files found.
Doc/lib/emailutil.tex
Dosyayı görüntüle @
a635fbbc
...
...
@@ -148,10 +148,10 @@ sequence of 2-tuples containing elements of the form
\end{funcdesc}
\versionchanged
[The
\function
{
dump
_
address
_
pair()
}
function has been removed;
use
\function
{
formataddr()
}
instead
.
]
{
2.4
}
use
\function
{
formataddr()
}
instead]
{
2.4
}
\versionchanged
[The
\function
{
decode()
}
function has been removed; use the
\method
{
Header.decode
_
header()
}
method instead
.
]
{
2.4
}
\method
{
Header.decode
_
header()
}
method instead]
{
2.4
}
\versionchanged
[The
\function
{
encode()
}
function has been removed; use the
\method
{
Header.encode()
}
method instead
.
]
{
2.4
}
\method
{
Header.encode()
}
method instead]
{
2.4
}
Doc/lib/libcmd.tex
Dosyayı görüntüle @
a635fbbc
...
...
@@ -29,7 +29,7 @@ input and output file objects that the Cmd instance or subclass
instance will use for input and output. If not specified, they
will default to
\var
{
sys.stdin
}
and
\var
{
sys.stdout
}
.
\versionchanged
[The \var{stdin} and \var{stdout} parameters were added
.
]
{
2.3
}
\versionchanged
[The \var{stdin} and \var{stdout} parameters were added]
{
2.3
}
\end{classdesc}
\subsection
{
Cmd Objects
}
...
...
Doc/lib/libfuncs.tex
Dosyayı görüntüle @
a635fbbc
...
...
@@ -536,7 +536,7 @@ class C:
\begin{funcdesc}
{
hex
}{
x
}
Convert an integer number (of any size) to a hexadecimal string.
The result is a valid Python expression.
\versionchanged
[Formerly only returned an unsigned literal
.
]
{
2.4
}
\versionchanged
[Formerly only returned an unsigned literal]
{
2.4
}
\end{funcdesc}
\begin{funcdesc}
{
id
}{
object
}
...
...
@@ -708,7 +708,7 @@ class C:
\begin{funcdesc}
{
oct
}{
x
}
Convert an integer number (of any size) to an octal string. The
result is a valid Python expression.
\versionchanged
[Formerly only returned an unsigned literal
.
]
{
2.4
}
\versionchanged
[Formerly only returned an unsigned literal]
{
2.4
}
\end{funcdesc}
\begin{funcdesc}
{
open
}{
filename
\optional
{
, mode
\optional
{
, bufsize
}}}
...
...
@@ -1171,7 +1171,7 @@ class C(B):
\versionchanged
[Formerly,
\function
{
zip()
}
required at least one argument
and
\code
{
zip()
}
raised a
\exception
{
TypeError
}
instead of returning
an empty list
.
]
{
2.4
}
an empty list]
{
2.4
}
\end{funcdesc}
...
...
Doc/lib/libos.tex
Dosyayı görüntüle @
a635fbbc
...
...
@@ -810,7 +810,7 @@ directory.
Availability: Macintosh,
\UNIX
, Windows.
\versionchanged
[On Windows NT/2k/XP and
\UNIX
, if
\var
{
path
}
is a Unicode
object, the result will be a list of Unicode objects
.
]
{
2.3
}
object, the result will be a list of Unicode objects]
{
2.3
}
\end{funcdesc}
\begin{funcdesc}
{
lstat
}{
path
}
...
...
Doc/lib/librandom.tex
Dosyayı görüntüle @
a635fbbc
...
...
@@ -97,7 +97,7 @@ Bookkeeping functions:
\versionadded
{
2.1
}
\versionchanged
[Instead of jumping to a specific state,
\var
{
n
}
steps
ahead,
\method
{
jumpahead(
\var
{
n
}
)
}
jumps to another state likely to be
separated by many steps
.
]
{
2.3
}
separated by many steps]
{
2.3
}
\end{funcdesc}
\begin{funcdesc}
{
getrandbits
}{
k
}
...
...
Doc/lib/libsocket.tex
Dosyayı görüntüle @
a635fbbc
...
...
@@ -68,8 +68,8 @@ depending on the results from DNS resolution and/or the host
configuration. For deterministic behavior use a numeric address in
\var
{
host
}
portion.
\versionadded
[
2.5]
{
AF
_
NETLINK sockets are represented as
pairs
\code
{
\var
{
pid
}
,
\var
{
groups
}}}
\versionadded
[AF
_
NETLINK sockets are represented as
pairs
\code
{
\var
{
pid
}
,
\var
{
groups
}}
]
{
2.5
}
All errors raise exceptions. The normal exceptions for invalid
argument types and out-of-memory conditions can be raised; errors
...
...
Doc/ref/ref2.tex
Dosyayı görüntüle @
a635fbbc
...
...
@@ -9,7 +9,7 @@ chapter describes how the lexical analyzer breaks a file into tokens.
Python uses the 7-bit
\ASCII
{}
character set for program text.
\versionadded
[An encoding declaration can be used to indicate that
string literals and comments use an encoding different from ASCII
.
]
{
2.3
}
string literals and comments use an encoding different from ASCII]
{
2.3
}
For compatibility with older versions, Python only warns if it finds
8-bit characters; those warnings should be corrected by either declaring
an explicit encoding, or using escape sequences if those bytes are binary
...
...
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