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
a89dbec2
Kaydet (Commit)
a89dbec2
authored
May 26, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Patch #1492218: document None being a constant.
üst
7784f12d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
ref2.tex
Doc/ref/ref2.tex
+9
-7
No files found.
Doc/ref/ref2.tex
Dosyayı görüntüle @
a89dbec2
...
...
@@ -319,16 +319,18 @@ def for lambda try
% When adding keywords, use reswords.py for reformatting
Note that although the identifier
\code
{
as
}
can be used as part of the
syntax of
\keyword
{
import
}
statements, it is not currently a reserved
word by default.)
\versionchanged
[
\constant
{
None
}
became a constant and is now
recognized by the compiler as a name for the built-in object
\constant
{
None
}
. Although it is not a keyword, you cannot assign
a different object to it]
{
2.4
}
\versionchanged
[Both
\keyword
{
as
}
and
\keyword
{
with
}
are only recognized
when the
\code
{
with
_
statement
}
feature has been enabled. It will always
be enabled in Python 2.6. See section~
\ref
{
with
}
for details]
{
2.5
}
when the
\code
{
with
_
statement
}
future feature has been enabled.
It will always be enabled in Python 2.6. See section~
\ref
{
with
}
for
details. Note that using
\keyword
{
as
}
and
\keyword
{
with
}
as identifiers
will always issue a warning, even when the
\code
{
with
_
statement
}
future
directive is not in effect]
{
2.5
}
In some future version of Python, the identifier
\code
{
None
}
will
become a keyword.
\subsection
{
Reserved classes of identifiers
\label
{
id-classes
}}
...
...
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