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
fad4b600
Kaydet (Commit)
fad4b600
authored
Kas 14, 2015
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adjust grammar and punctuation in whatsnew/3.6.rst
üst
22fd1c26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
3.6.rst
Doc/whatsnew/3.6.rst
+11
-11
NEWS
Misc/NEWS
+2
-2
No files found.
Doc/whatsnew/3.6.rst
Dosyayı görüntüle @
fad4b600
...
...
@@ -98,8 +98,8 @@ Improved Modules
datetime
--------
:meth:`datetime.strftime
<datetime.datetime.strftime>` and
:meth:`date.strftime <datetime.date.strftime>` methods now support ISO 8601 date
The :meth:`datetime.strftime()
<datetime.datetime.strftime>` and
:meth:`date.strftime
()
<datetime.date.strftime>` methods now support ISO 8601 date
directives ``%G``, ``%u`` and ``%V``.
(Contributed by Ashley Anderson in :issue:`12006`.)
...
...
@@ -107,17 +107,17 @@ directives ``%G``, ``%u`` and ``%V``.
pickle
------
Objects that need calling ``__new__`` with keyword arguments
,
can now be pickled
Objects that need calling ``__new__`` with keyword arguments can now be pickled
using :ref:`pickle protocols <pickle-protocols>` older than protocol version 4.
Protocol version 4 already supports this case. (Contributed by Serhiy
Storchaka in :issue:`24164`.)
rlcomplete
----------
rlcomplete
r
----------
-
Private and special attribute names now are omitted unless the prefix starts
with underscores. A space or a colon
can be added after completed keyword
.
with underscores. A space or a colon
is added after some completed keywords
.
(Contributed by Serhiy Storchaka in :issue:`25011` and :issue:`25209`.)
Names of most attributes listed by :func:`dir` are now completed.
...
...
@@ -128,7 +128,7 @@ an instance were excluded. (Contributed by Martin Panter in :issue:`25590`.)
urllib.robotparser
------------------
:class:`~urllib.robotparser.RobotFileParser` now supports ``Crawl-delay`` and
:class:`~urllib.robotparser.RobotFileParser` now supports
the
``Crawl-delay`` and
``Request-rate`` extensions.
(Contributed by Nikolay Bogoychev in :issue:`16099`.)
...
...
@@ -136,18 +136,18 @@ urllib.robotparser
Optimizations
=============
* The ASCII decoder is now up to 60 times as fast for error handlers
:
* The ASCII decoder is now up to 60 times as fast for error handlers
``surrogateescape``, ``ignore`` and ``replace`` (Contributed
by Victor Stinner in :issue:`24870`).
* The ASCII and the Latin1 encoders are now up to 3 times as fast for the
error ``surrogateescape`` (Contributed by Victor Stinner in :issue:`25227`).
error
handler
``surrogateescape`` (Contributed by Victor Stinner in :issue:`25227`).
* The UTF-8 encoder is now up to 75 times as fast for error handlers
:
* The UTF-8 encoder is now up to 75 times as fast for error handlers
``ignore``, ``replace``, ``surrogateescape``, ``surrogatepass`` (Contributed
by Victor Stinner in :issue:`25267`).
* The UTF-8 decoder is now up to 15 times as fast for error handlers
:
* The UTF-8 decoder is now up to 15 times as fast for error handlers
``ignore``, ``replace`` and ``surrogateescape`` (Contributed
by Victor Stinner in :issue:`25301`).
...
...
Misc/NEWS
Dosyayı görüntüle @
fad4b600
...
...
@@ -191,10 +191,10 @@ Library
- Issue #25203: Failed readline.set_completer_delims() no longer left the
module in inconsistent state.
- Issue #25011: rlcomplete now omits private and special attribute names unless
- Issue #25011: rlcomplete
r
now omits private and special attribute names unless
the prefix starts with underscores.
- Issue #25209: rlcomplete now can add a space or a colon after completed keyword.
- Issue #25209: rlcomplete
r
now can add a space or a colon after completed keyword.
- Issue #22241: timezone.utc name is now plain '
UTC
', not '
UTC
-
00
:
00
'.
...
...
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