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
c26cc91c
Kaydet (Commit)
c26cc91c
authored
May 02, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added descriptions of \versionadded and \versionchanged.
üst
52e7684a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
doc.tex
Doc/doc/doc.tex
+20
-0
No files found.
Doc/doc/doc.tex
Dosyayı görüntüle @
c26cc91c
...
@@ -571,6 +571,26 @@ distribution, to create or maintain whole documents or sections.
...
@@ -571,6 +571,26 @@ distribution, to create or maintain whole documents or sections.
\macro
{
release
}
in the preamble.
\macro
{
release
}
in the preamble.
\end{macrodesc}
\end{macrodesc}
\begin{macrodesc}
{
versionadded
}{
\p
{
version
}}
The version of Python which added the described feature to the
library or C API. This is typically added to the end of the
first paragraph of the description before any availability
notes. The location should be selected so the explanation makes
sense and may vary as needed.
\end{macrodesc}
\begin{macrodesc}
{
versionchanged
}{
\op
{
explanation
}
\p
{
version
}}
The version of Python in which the named feature was changed in
some way (new parameters, changed side effects, etc.).
\var
{
explanation
}
should be a
\emph
{
brief
}
explanation of the
change consisting of a non-capitalized sentence fragment; a
period will be appended by the formatting process.
This is typically added to the end of the first paragraph of the
description before any availability notes and after
\macro
{
versionadded
}
. The location should be selected so the
explanation makes sense and may vary as needed.
\end{macrodesc}
\subsection
{
Module-specific Markup
}
\subsection
{
Module-specific Markup
}
...
...
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