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
ad88d7a2
Kaydet (Commit)
ad88d7a2
authored
Şub 10, 2014
tarafından
Larry Hastings
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.
üst
8f9f0f12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
asyncio-eventloop.rst
Doc/library/asyncio-eventloop.rst
+1
-1
enum.rst
Doc/library/enum.rst
+2
-2
unittest.rst
Doc/library/unittest.rst
+7
-7
3.4.rst
Doc/whatsnew/3.4.rst
+1
-1
topics.py
Lib/pydoc_data/topics.py
+0
-0
No files found.
Doc/library/asyncio-eventloop.rst
Dosyayı görüntüle @
ad88d7a2
...
...
@@ -77,7 +77,7 @@ An event loop policy must implement the following interface:
Create and return a new event loop object according to this policy's rules.
If there's need to set this loop as the event loop of the current context,
:meth`set_event_loop` must be called explicitly.
:meth
:
`set_event_loop` must be called explicitly.
Access to the global loop policy
--------------------------------
...
...
Doc/library/enum.rst
Dosyayı görüntüle @
ad88d7a2
...
...
@@ -30,7 +30,7 @@ one decorator, :func:`unique`.
.. class:: Enum
Base class for creating enumerated constants. See section
:ref:`Functional API`
for an alternate construction syntax.
`Functional API`_
for an alternate construction syntax.
.. class:: IntEnum
...
...
@@ -421,7 +421,7 @@ The solution is to specify the module name explicitly as follows::
>>> Animals = Enum('Animals', 'ant bee cat dog', module=__name__)
The new pickle protocol 4 also, in some circumstances, relies on
:attr:`
`__qualname__`
` being set to the location where pickle will be able
:attr:`
__qualname__
` being set to the location where pickle will be able
to find the class. For example, if the class was made available in class
SomeData in the global scope::
...
...
Doc/library/unittest.rst
Dosyayı görüntüle @
ad88d7a2
...
...
@@ -1917,13 +1917,13 @@ Loading and running tests
By default this runner shows :exc:`DeprecationWarning`,
:exc:`PendingDeprecationWarning`, :exc:`ResourceWarning` and
:exc:`ImportWarning` even if they are :ref:`ignored by default
<warning-
ignored>`. Deprecation warnings caused by :ref:`deprecated unittest methods
<deprecated-aliases>` are also special-cased and, when the warning filters
are ``'default'`` or ``'always'``, they will appear only once per-module, in
order to avoid too many warning messages. This behavior can be overridde
n
using the :option:`-Wd` or :option:`-Wa` options and leaving *warnings* to
``None``.
:exc:`ImportWarning` even if they are :ref:`ignored by default
<warning-ignored>`. Deprecation warnings caused by :ref:`deprecated unittest
methods <deprecated-aliases>` are also special-cased and, when the warning
filters are ``'default'`` or ``'always'``, they will appear only once
per-module, in order to avoid too many warning messages. This behavior ca
n
be overridden using the :option:`-Wd` or :option:`-Wa` options and leaving
*warnings* to
``None``.
.. versionchanged:: 3.2
Added the ``warnings`` argument.
...
...
Doc/whatsnew/3.4.rst
Dosyayı görüntüle @
ad88d7a2
...
...
@@ -1708,7 +1708,7 @@ Changes in the Python API
Changes in the C API
--------------------
* :c:func:`PyEval_EvalFrameEx`, :c:func:`PyObject_Repr
()
, and
* :c:func:`PyEval_EvalFrameEx`, :c:func:`PyObject_Repr
`
, and
:c:func:`PyObject_Str`, along with some other internal C APIs, now include
a debugging assertion that ensures they are not used in situations where
they may silently discard a currently active exception. In cases where
...
...
Lib/pydoc_data/topics.py
Dosyayı görüntüle @
ad88d7a2
This diff is collapsed.
Click to expand it.
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