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
ea6a28c9
Kaydet (Commit)
ea6a28c9
authored
Kas 07, 2018
tarafından
Andrés Delfino
Kaydeden (comit)
Serhiy Storchaka
Kas 07, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark -c and -O as command line options in reStructuredText. (GH-10103)
üst
c64583b6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
executionmodel.rst
Doc/reference/executionmodel.rst
+1
-1
import.rst
Doc/reference/import.rst
+1
-1
simple_stmts.rst
Doc/reference/simple_stmts.rst
+1
-1
No files found.
Doc/reference/executionmodel.rst
Dosyayı görüntüle @
ea6a28c9
...
@@ -22,7 +22,7 @@ The following are blocks: a module, a function body, and a class definition.
...
@@ -22,7 +22,7 @@ The following are blocks: a module, a function body, and a class definition.
Each command typed interactively is a block. A script file (a file given as
Each command typed interactively is a block. A script file (a file given as
standard input to the interpreter or specified as a command line argument to the
standard input to the interpreter or specified as a command line argument to the
interpreter) is a code block. A script command (a command specified on the
interpreter) is a code block. A script command (a command specified on the
interpreter command line with the
'**-c**'
option) is a code block. The string
interpreter command line with the
:option:`-c`
option) is a code block. The string
argument passed to the built-in functions :func:`eval` and :func:`exec` is a
argument passed to the built-in functions :func:`eval` and :func:`exec` is a
code block.
code block.
...
...
Doc/reference/import.rst
Dosyayı görüntüle @
ea6a28c9
...
@@ -951,7 +951,7 @@ In :ref:`the remaining cases <using-on-interface-options>`
...
@@ -951,7 +951,7 @@ In :ref:`the remaining cases <using-on-interface-options>`
:mod:`__main__` does not correspond directly with an importable module:
:mod:`__main__` does not correspond directly with an importable module:
- interactive prompt
- interactive prompt
-
-c switch
-
:option:`-c` option
- running from stdin
- running from stdin
- running directly from a source or bytecode file
- running directly from a source or bytecode file
...
...
Doc/reference/simple_stmts.rst
Dosyayı görüntüle @
ea6a28c9
...
@@ -402,7 +402,7 @@ The extended form, ``assert expression1, expression2``, is equivalent to ::
...
@@ -402,7 +402,7 @@ The extended form, ``assert expression1, expression2``, is equivalent to ::
These
equivalences
assume
that
:
const
:`
__debug__
`
and
:
exc
:`
AssertionError
`
refer
to
These
equivalences
assume
that
:
const
:`
__debug__
`
and
:
exc
:`
AssertionError
`
refer
to
the
built
-
in
variables
with
those
names
.
In
the
current
implementation
,
the
the
built
-
in
variables
with
those
names
.
In
the
current
implementation
,
the
built
-
in
variable
:
const
:`
__debug__
`
is
``
True
``
under
normal
circumstances
,
built
-
in
variable
:
const
:`
__debug__
`
is
``
True
``
under
normal
circumstances
,
``
False
``
when
optimization
is
requested
(
command
line
option
-
O
).
The
current
``
False
``
when
optimization
is
requested
(
command
line
option
:
option
:`-
O
`
).
The
current
code
generator
emits
no
code
for
an
assert
statement
when
optimization
is
code
generator
emits
no
code
for
an
assert
statement
when
optimization
is
requested
at
compile
time
.
Note
that
it
is
unnecessary
to
include
the
source
requested
at
compile
time
.
Note
that
it
is
unnecessary
to
include
the
source
code
for
the
expression
that
failed
in
the
error
message
;
it
will
be
displayed
code
for
the
expression
that
failed
in
the
error
message
;
it
will
be
displayed
...
...
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